GET MULTIPLE PRICES
Same as single API path but with multiple from symbols.
For example: BTCUSD and ETHUSD price
https://pergins.com/api/public/prices?f=BTC,ETH&to=USD You need to replace BTC,ETH to suit your needs.
If the crypto does not trade directly into the t requested, BTC will be used for conversion.
EXAMPLE RESPONSE (JSON)
URL
https://pergins.com/api/public/prices
PARAMS
f = (from symbol)
to = (to symbol)
& = (query separator)
s = (symbol separator)
RESPONSE
MARKET = Cryptocurrency exchange
PRICE = Last trade price
LASTQUOTE = Last quote timestamp
TOTAL24HVOLUME = Total trade volume in last 24 hours.
OPEN = Open price (24hs)
CLOSE = Close price (24hs)
LOW = Low Price (24hs)
LAST = Last price (same as "price")
TRY NOW