latestSwagger 2.02026-08-12187723.0 MB

c4a12725cdb5

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

statusstring required

Response status

Example response

{
  "data": [
    {
      "name": "Binance"
    },
    {
      "name": "Coinbase Pro"
    },
    {
      "name": "Kraken"
    },
    {
      "name": "OKX"
    }
  ],
  "status": "ok"
}