Get Crypto Prices

GET {{baseUrl}}/v1/crypto/prices?cryptoCurrencies={{cryptoCurrenciesQuery}}&fiatCurrency=USD&includeNetworkFees={{includeNetworkFeesQuery}}

Request Params

KeyDatatypeRequiredDescription
cryptoCurrenciesstringThe crypto currencies to get prices for (comma separated)
fiatCurrencystringThe fiat currency to quote the prices in
includeNetworkFeesstringWhether to include network fees in the response

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
ratio-client-idstring
ratio-client-secretstring

RESPONSES

status: OK

{"prices":[{"cryptoCurrency":"amet labore Ut nostrud eu","fiatCurrency":"magna non et veniam","price":"in laborum incididunt"},{"cryptoCurrency":"nostrud","fiatCurrency":"et","price":"amet aliquip elit enim"}],"networkFees":[{"cryptoCurrency":"deserunt veniam labore nisi","cryptoFee":"aute aliquip nostrud","fiatCurrency":"Lorem pariatur irure","fiatFee":"reprehenderit"},{"cryptoCurrency":"consectetur minim","cryptoFee":"consequat dolore labore pariatur","fiatCurrency":"proident ex","fiatFee":"labore temp"}]}