Logo
Ratio Public API Documentation

Get Crypto Prices

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

 

Body PARAM

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

Curl
curl -X GET '/v1/crypto/prices?cryptoCurrencies=&fiatCurrency=USD&includeNetworkFees=?cryptoCurrencies=&fiatCurrency=USD&includeNetworkFees=' -H 'Accept: application/json' -H 'ratio-client-id: ' -H 'ratio-client-secret: '

ENDPOINTS