reference_data
Cryptocurrency exchanges
The cryptocurrency exchanges endpoint provides a daily updated list of available cryptocurrency exchanges. It returns an array containing details about each exchange, such as exchange names and identifiers.
get/cryptocurrency_exchanges
Query parameters
format'JSON' | 'CSV'
The format of the response data
delimiterstring
Specify the delimiter used when downloading the CSV file
Response
Example response
{
"data": [
{
"name": "Binance"
},
{
"name": "Coinbase Pro"
},
{
"name": "Kraken"
},
{
"name": "OKX"
}
],
"status": "ok"
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.