List all exchanges
GET/v1/exchanges
Get a detailed list of exchanges provided by the system.
Properties of the output are providing aggregated information from across all symbols related to the specific exchange. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.
Request
Query Parameters
Comma or semicolon delimited exchange identifiers used to filter response. (optional, eg. BITSTAMP;GEMINI
)
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
- Example response
Schema
Array [
Array [
]
]
Gets or sets the exchange ID.
Gets or sets the website URL of the exchange.
Gets or sets the name of the exchange.
Gets or sets the start date of quote data.
Gets or sets the end date of quote data.
Gets or sets the start date of order book data.
Gets or sets the end date of order book data.
Gets or sets the start date of trade data.
Gets or sets the end date of trade data.
Gets or sets the number of trades.
Gets or sets the number of symbols.
Gets or sets the USD volume in the last 1 hour.
Gets or sets the USD volume in the last 1 day.
Gets or sets the USD volume in the last 1 month.
Gets or sets the list of metric IDs.
icons
object[]
nullable
Gets or sets the list of icons for the exchange.
Gets or sets the exchange ID associated with the icon.
Gets or sets the asset ID associated with the icon.
Gets or sets the URL of the icon.
Rank of the exchange.
[
{
"exchange_id": "string",
"website": "string",
"name": "string",
"data_start": "string",
"data_end": "string",
"data_quote_start": "2024-12-20T13:27:16.562Z",
"data_quote_end": "2024-12-20T13:27:16.562Z",
"data_orderbook_start": "2024-12-20T13:27:16.562Z",
"data_orderbook_end": "2024-12-20T13:27:16.562Z",
"data_trade_start": "2024-12-20T13:27:16.562Z",
"data_trade_end": "2024-12-20T13:27:16.562Z",
"data_trade_count": 0,
"data_symbols_count": 0,
"volume_1hrs_usd": 0,
"volume_1day_usd": 0,
"volume_1mth_usd": 0,
"metric_id": [
"string"
],
"icons": [
{
"exchange_id": "string",
"asset_id": "string",
"url": "string"
}
],
"rank": 0
}
]
[
{
"exchange_id": "OKCOIN_CNY",
"website": "https://www.okcoin.cn/",
"name": "OKCoin CNY",
"data_quote_start": "2015-02-15T12:53:50.3430000Z",
"data_quote_end": "2018-03-09T23:34:52.5800000Z",
"data_orderbook_start": "2015-02-15T12:53:50.3430000Z",
"data_orderbook_end": "2018-03-09T23:34:52.5800000Z",
"data_trade_start": "2013-06-12T14:24:24.0000000Z",
"data_trade_end": "2017-11-01T16:30:39.7077259Z",
"data_symbols_count": 2,
"volume_1hrs_usd": 0,
"volume_1day_usd": 0,
"volume_1mth_usd": 0,
"rank": 1
},
{
"exchange_id": "HUOBI",
"website": "https://www.huobi.com/",
"name": "Huobi (HBUS)",
"data_quote_start": "2015-03-29T21:46:06.2630000Z",
"data_quote_end": "2019-11-03T18:22:29.1837496Z",
"data_orderbook_start": "2015-03-29T21:46:06.2630000Z",
"data_orderbook_end": "2019-11-03T18:23:53.2859878Z",
"data_trade_start": "2015-03-29T21:46:08.7030000Z",
"data_trade_end": "2019-11-03T18:21:48.2770000Z",
"data_symbols_count": 403,
"volume_1hrs_usd": 1605.8,
"volume_1day_usd": 59957.44,
"volume_1mth_usd": 1259508.43,
"rank": 5
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
Array [
]
]
Gets or sets the exchange ID.
Gets or sets the website URL of the exchange.
Gets or sets the name of the exchange.
Gets or sets the start date of quote data.
Gets or sets the end date of quote data.
Gets or sets the start date of order book data.
Gets or sets the end date of order book data.
Gets or sets the start date of trade data.
Gets or sets the end date of trade data.
Gets or sets the number of trades.
Gets or sets the number of symbols.
Gets or sets the USD volume in the last 1 hour.
Gets or sets the USD volume in the last 1 day.
Gets or sets the USD volume in the last 1 month.
Gets or sets the list of metric IDs.
icons
object[]
nullable
Gets or sets the list of icons for the exchange.
Gets or sets the exchange ID associated with the icon.
Gets or sets the asset ID associated with the icon.
Gets or sets the URL of the icon.
Rank of the exchange.
[
{
"exchange_id": "string",
"website": "string",
"name": "string",
"data_start": "string",
"data_end": "string",
"data_quote_start": "2024-12-20T13:27:16.562Z",
"data_quote_end": "2024-12-20T13:27:16.562Z",
"data_orderbook_start": "2024-12-20T13:27:16.562Z",
"data_orderbook_end": "2024-12-20T13:27:16.562Z",
"data_trade_start": "2024-12-20T13:27:16.562Z",
"data_trade_end": "2024-12-20T13:27:16.562Z",
"data_trade_count": 0,
"data_symbols_count": 0,
"volume_1hrs_usd": 0,
"volume_1day_usd": 0,
"volume_1mth_usd": 0,
"metric_id": [
"string"
],
"icons": [
{
"exchange_id": "string",
"asset_id": "string",
"url": "string"
}
],
"rank": 0
}
]
[
{
"exchange_id": "OKCOIN_CNY",
"website": "https://www.okcoin.cn/",
"name": "OKCoin CNY",
"data_quote_start": "2015-02-15T12:53:50.3430000Z",
"data_quote_end": "2018-03-09T23:34:52.5800000Z",
"data_orderbook_start": "2015-02-15T12:53:50.3430000Z",
"data_orderbook_end": "2018-03-09T23:34:52.5800000Z",
"data_trade_start": "2013-06-12T14:24:24.0000000Z",
"data_trade_end": "2017-11-01T16:30:39.7077259Z",
"data_symbols_count": 2,
"volume_1hrs_usd": 0,
"volume_1day_usd": 0,
"volume_1mth_usd": 0,
"rank": 1
},
{
"exchange_id": "HUOBI",
"website": "https://www.huobi.com/",
"name": "Huobi (HBUS)",
"data_quote_start": "2015-03-29T21:46:06.2630000Z",
"data_quote_end": "2019-11-03T18:22:29.1837496Z",
"data_orderbook_start": "2015-03-29T21:46:06.2630000Z",
"data_orderbook_end": "2019-11-03T18:23:53.2859878Z",
"data_trade_start": "2015-03-29T21:46:08.7030000Z",
"data_trade_end": "2019-11-03T18:21:48.2770000Z",
"data_symbols_count": 403,
"volume_1hrs_usd": 1605.8,
"volume_1day_usd": 59957.44,
"volume_1mth_usd": 1259508.43,
"rank": 5
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
Array [
]
]
Gets or sets the exchange ID.
Gets or sets the website URL of the exchange.
Gets or sets the name of the exchange.
Gets or sets the start date of quote data.
Gets or sets the end date of quote data.
Gets or sets the start date of order book data.
Gets or sets the end date of order book data.
Gets or sets the start date of trade data.
Gets or sets the end date of trade data.
Gets or sets the number of trades.
Gets or sets the number of symbols.
Gets or sets the USD volume in the last 1 hour.
Gets or sets the USD volume in the last 1 day.
Gets or sets the USD volume in the last 1 month.
Gets or sets the list of metric IDs.
icons
object[]
nullable
Gets or sets the list of icons for the exchange.
Gets or sets the exchange ID associated with the icon.
Gets or sets the asset ID associated with the icon.
Gets or sets the URL of the icon.
Rank of the exchange.
[
{
"exchange_id": "string",
"website": "string",
"name": "string",
"data_start": "string",
"data_end": "string",
"data_quote_start": "2024-12-20T13:27:16.563Z",
"data_quote_end": "2024-12-20T13:27:16.563Z",
"data_orderbook_start": "2024-12-20T13:27:16.563Z",
"data_orderbook_end": "2024-12-20T13:27:16.563Z",
"data_trade_start": "2024-12-20T13:27:16.563Z",
"data_trade_end": "2024-12-20T13:27:16.563Z",
"data_trade_count": 0,
"data_symbols_count": 0,
"volume_1hrs_usd": 0,
"volume_1day_usd": 0,
"volume_1mth_usd": 0,
"metric_id": [
"string"
],
"icons": [
{
"exchange_id": "string",
"asset_id": "string",
"url": "string"
}
],
"rank": 0
}
]
[
{
"exchange_id": "OKCOIN_CNY",
"website": "https://www.okcoin.cn/",
"name": "OKCoin CNY",
"data_quote_start": "2015-02-15T12:53:50.3430000Z",
"data_quote_end": "2018-03-09T23:34:52.5800000Z",
"data_orderbook_start": "2015-02-15T12:53:50.3430000Z",
"data_orderbook_end": "2018-03-09T23:34:52.5800000Z",
"data_trade_start": "2013-06-12T14:24:24.0000000Z",
"data_trade_end": "2017-11-01T16:30:39.7077259Z",
"data_symbols_count": 2,
"volume_1hrs_usd": 0,
"volume_1day_usd": 0,
"volume_1mth_usd": 0,
"rank": 1
},
{
"exchange_id": "HUOBI",
"website": "https://www.huobi.com/",
"name": "Huobi (HBUS)",
"data_quote_start": "2015-03-29T21:46:06.2630000Z",
"data_quote_end": "2019-11-03T18:22:29.1837496Z",
"data_orderbook_start": "2015-03-29T21:46:06.2630000Z",
"data_orderbook_end": "2019-11-03T18:23:53.2859878Z",
"data_trade_start": "2015-03-29T21:46:08.7030000Z",
"data_trade_end": "2019-11-03T18:21:48.2770000Z",
"data_symbols_count": 403,
"volume_1hrs_usd": 1605.8,
"volume_1day_usd": 59957.44,
"volume_1mth_usd": 1259508.43,
"rank": 5
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
Array [
]
]
Gets or sets the exchange ID.
Gets or sets the website URL of the exchange.
Gets or sets the name of the exchange.
Gets or sets the start date of quote data.
Gets or sets the end date of quote data.
Gets or sets the start date of order book data.
Gets or sets the end date of order book data.
Gets or sets the start date of trade data.
Gets or sets the end date of trade data.
Gets or sets the number of trades.
Gets or sets the number of symbols.
Gets or sets the USD volume in the last 1 hour.
Gets or sets the USD volume in the last 1 day.
Gets or sets the USD volume in the last 1 month.
Gets or sets the list of metric IDs.
icons
object[]
nullable
Gets or sets the list of icons for the exchange.
Gets or sets the exchange ID associated with the icon.
Gets or sets the asset ID associated with the icon.
Gets or sets the URL of the icon.
Rank of the exchange.
[
{
"exchange_id": "string",
"website": "string",
"name": "string",
"data_start": "string",
"data_end": "string",
"data_quote_start": "2024-12-20T13:27:16.564Z",
"data_quote_end": "2024-12-20T13:27:16.564Z",
"data_orderbook_start": "2024-12-20T13:27:16.564Z",
"data_orderbook_end": "2024-12-20T13:27:16.564Z",
"data_trade_start": "2024-12-20T13:27:16.564Z",
"data_trade_end": "2024-12-20T13:27:16.564Z",
"data_trade_count": 0,
"data_symbols_count": 0,
"volume_1hrs_usd": 0,
"volume_1day_usd": 0,
"volume_1mth_usd": 0,
"metric_id": [
"string"
],
"icons": [
{
"exchange_id": "string",
"asset_id": "string",
"url": "string"
}
],
"rank": 0
}
]
[
{
"exchange_id": "OKCOIN_CNY",
"website": "https://www.okcoin.cn/",
"name": "OKCoin CNY",
"data_quote_start": "2015-02-15T12:53:50.3430000Z",
"data_quote_end": "2018-03-09T23:34:52.5800000Z",
"data_orderbook_start": "2015-02-15T12:53:50.3430000Z",
"data_orderbook_end": "2018-03-09T23:34:52.5800000Z",
"data_trade_start": "2013-06-12T14:24:24.0000000Z",
"data_trade_end": "2017-11-01T16:30:39.7077259Z",
"data_symbols_count": 2,
"volume_1hrs_usd": 0,
"volume_1day_usd": 0,
"volume_1mth_usd": 0,
"rank": 1
},
{
"exchange_id": "HUOBI",
"website": "https://www.huobi.com/",
"name": "Huobi (HBUS)",
"data_quote_start": "2015-03-29T21:46:06.2630000Z",
"data_quote_end": "2019-11-03T18:22:29.1837496Z",
"data_orderbook_start": "2015-03-29T21:46:06.2630000Z",
"data_orderbook_end": "2019-11-03T18:23:53.2859878Z",
"data_trade_start": "2015-03-29T21:46:08.7030000Z",
"data_trade_end": "2019-11-03T18:21:48.2770000Z",
"data_symbols_count": 403,
"volume_1hrs_usd": 1605.8,
"volume_1day_usd": 59957.44,
"volume_1mth_usd": 1259508.43,
"rank": 5
}
]