Method Name
public/get_all_currencies
public/get_all_currencies
Get all active currencies with their spot price, spot price 24hrs ago.
For real-time updates, recommend using channels -> ticker or orderbook.
Parameters
Response
id
string or integer
required
|
result
array of objects
required
|
result[].currency
string
required
Underlying currency of asset ( ETH , BTC , etc) |
result[].spot_price
string
required
Spot price of the currency |
result[].spot_price_24h
string or null
Spot price of the currency 24 hours ago |
Example
{request_example_shell}
{request_example_javascript}
{request_example_python}
The above command returns JSON structured like this:
{response_example_json}