List all exchanges
GET/api/metadata/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 [
]
Gets or sets the exchange ID.
Gets or sets the website URL of the exchange.
Gets or sets the name of the exchange.
Gets the start date of the exchange's data.
Gets the end date of the exchange's data.
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.
[
{
"exchange_id": "string",
"website": "string",
"name": "string",
"data_start": "string",
"data_end": "string",
"data_quote_start": "2024-11-12T12:17:30.636Z",
"data_quote_end": "2024-11-12T12:17:30.636Z",
"data_orderbook_start": "2024-11-12T12:17:30.636Z",
"data_orderbook_end": "2024-11-12T12:17:30.636Z",
"data_trade_start": "2024-11-12T12:17:30.636Z",
"data_trade_end": "2024-11-12T12:17:30.636Z",
"data_trade_count": 0,
"data_symbols_count": 0
}
]
[
{
"exchange_id": "OKCOIN_CNY",
"website": "https://www.okcoin.cn/",
"name": "OKCoin CNY",
"data_quote_start": "2015-02-15T12:53:50.343+00:00",
"data_quote_end": "2018-03-09T23:34:52.58+00:00",
"data_orderbook_start": "2015-02-15T12:53:50.343+00:00",
"data_orderbook_end": "2018-03-09T23:34:52.58+00:00",
"data_trade_start": "2013-06-12T14:24:24+00:00",
"data_trade_end": "2017-11-01T16:30:39.7077259+00:00",
"data_symbols_count": 2
},
{
"exchange_id": "HUOBI",
"website": "https://www.huobi.com/",
"name": "Huobi (HBUS)",
"data_quote_start": "2015-03-29T21:46:06.263+00:00",
"data_quote_end": "2019-11-03T18:22:29.1837496+00:00",
"data_orderbook_start": "2015-03-29T21:46:06.263+00:00",
"data_orderbook_end": "2019-11-03T18:23:53.2859878+00:00",
"data_trade_start": "2015-03-29T21:46:08.703+00:00",
"data_trade_end": "2019-11-03T18:21:48.277+00:00",
"data_symbols_count": 403
}
]
- Schema
- Example (from schema)
- Example response
Schema
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 the start date of the exchange's data.
Gets the end date of the exchange's data.
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.
[
{
"exchange_id": "string",
"website": "string",
"name": "string",
"data_start": "string",
"data_end": "string",
"data_quote_start": "2024-11-12T12:17:30.636Z",
"data_quote_end": "2024-11-12T12:17:30.636Z",
"data_orderbook_start": "2024-11-12T12:17:30.636Z",
"data_orderbook_end": "2024-11-12T12:17:30.636Z",
"data_trade_start": "2024-11-12T12:17:30.636Z",
"data_trade_end": "2024-11-12T12:17:30.636Z",
"data_trade_count": 0,
"data_symbols_count": 0
}
]
[
{
"exchange_id": "OKCOIN_CNY",
"website": "https://www.okcoin.cn/",
"name": "OKCoin CNY",
"data_quote_start": "2015-02-15T12:53:50.343+00:00",
"data_quote_end": "2018-03-09T23:34:52.58+00:00",
"data_orderbook_start": "2015-02-15T12:53:50.343+00:00",
"data_orderbook_end": "2018-03-09T23:34:52.58+00:00",
"data_trade_start": "2013-06-12T14:24:24+00:00",
"data_trade_end": "2017-11-01T16:30:39.7077259+00:00",
"data_symbols_count": 2
},
{
"exchange_id": "HUOBI",
"website": "https://www.huobi.com/",
"name": "Huobi (HBUS)",
"data_quote_start": "2015-03-29T21:46:06.263+00:00",
"data_quote_end": "2019-11-03T18:22:29.1837496+00:00",
"data_orderbook_start": "2015-03-29T21:46:06.263+00:00",
"data_orderbook_end": "2019-11-03T18:23:53.2859878+00:00",
"data_trade_start": "2015-03-29T21:46:08.703+00:00",
"data_trade_end": "2019-11-03T18:21:48.277+00:00",
"data_symbols_count": 403
}
]
- Schema
- Example (from schema)
- Example response
Schema
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 the start date of the exchange's data.
Gets the end date of the exchange's data.
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.
[
{
"exchange_id": "string",
"website": "string",
"name": "string",
"data_start": "string",
"data_end": "string",
"data_quote_start": "2024-11-12T12:17:30.636Z",
"data_quote_end": "2024-11-12T12:17:30.636Z",
"data_orderbook_start": "2024-11-12T12:17:30.636Z",
"data_orderbook_end": "2024-11-12T12:17:30.636Z",
"data_trade_start": "2024-11-12T12:17:30.636Z",
"data_trade_end": "2024-11-12T12:17:30.636Z",
"data_trade_count": 0,
"data_symbols_count": 0
}
]
[
{
"exchange_id": "OKCOIN_CNY",
"website": "https://www.okcoin.cn/",
"name": "OKCoin CNY",
"data_quote_start": "2015-02-15T12:53:50.343+00:00",
"data_quote_end": "2018-03-09T23:34:52.58+00:00",
"data_orderbook_start": "2015-02-15T12:53:50.343+00:00",
"data_orderbook_end": "2018-03-09T23:34:52.58+00:00",
"data_trade_start": "2013-06-12T14:24:24+00:00",
"data_trade_end": "2017-11-01T16:30:39.7077259+00:00",
"data_symbols_count": 2
},
{
"exchange_id": "HUOBI",
"website": "https://www.huobi.com/",
"name": "Huobi (HBUS)",
"data_quote_start": "2015-03-29T21:46:06.263+00:00",
"data_quote_end": "2019-11-03T18:22:29.1837496+00:00",
"data_orderbook_start": "2015-03-29T21:46:06.263+00:00",
"data_orderbook_end": "2019-11-03T18:23:53.2859878+00:00",
"data_trade_start": "2015-03-29T21:46:08.703+00:00",
"data_trade_end": "2019-11-03T18:21:48.277+00:00",
"data_symbols_count": 403
}
]
- Schema
- Example (from schema)
- Example response
Schema
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 the start date of the exchange's data.
Gets the end date of the exchange's data.
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.
[
{
"exchange_id": "string",
"website": "string",
"name": "string",
"data_start": "string",
"data_end": "string",
"data_quote_start": "2024-11-12T12:17:30.636Z",
"data_quote_end": "2024-11-12T12:17:30.636Z",
"data_orderbook_start": "2024-11-12T12:17:30.636Z",
"data_orderbook_end": "2024-11-12T12:17:30.636Z",
"data_trade_start": "2024-11-12T12:17:30.636Z",
"data_trade_end": "2024-11-12T12:17:30.636Z",
"data_trade_count": 0,
"data_symbols_count": 0
}
]
[
{
"exchange_id": "OKCOIN_CNY",
"website": "https://www.okcoin.cn/",
"name": "OKCoin CNY",
"data_quote_start": "2015-02-15T12:53:50.343+00:00",
"data_quote_end": "2018-03-09T23:34:52.58+00:00",
"data_orderbook_start": "2015-02-15T12:53:50.343+00:00",
"data_orderbook_end": "2018-03-09T23:34:52.58+00:00",
"data_trade_start": "2013-06-12T14:24:24+00:00",
"data_trade_end": "2017-11-01T16:30:39.7077259+00:00",
"data_symbols_count": 2
},
{
"exchange_id": "HUOBI",
"website": "https://www.huobi.com/",
"name": "Huobi (HBUS)",
"data_quote_start": "2015-03-29T21:46:06.263+00:00",
"data_quote_end": "2019-11-03T18:22:29.1837496+00:00",
"data_orderbook_start": "2015-03-29T21:46:06.263+00:00",
"data_orderbook_end": "2019-11-03T18:23:53.2859878+00:00",
"data_trade_start": "2015-03-29T21:46:08.703+00:00",
"data_trade_end": "2019-11-03T18:21:48.277+00:00",
"data_symbols_count": 403
}
]