Get Crypto Prices
GET {{baseUrl}}/v1/crypto/prices?cryptoCurrencies={{cryptoCurrenciesQuery}}&fiatCurrency=USD&includeNetworkFees={{includeNetworkFeesQuery}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cryptoCurrencies | string | The crypto currencies to get prices for (comma separated) | |
fiatCurrency | string | The fiat currency to quote the prices in | |
includeNetworkFees | string | Whether to include network fees in the response |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
ratio-client-id | string | ||
ratio-client-secret | string |
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"}]}