List all exchanges (historical)
GET {{baseUrl}}/v1/exchange/listings/historical?timestamp=<get>&start=<>&limit=<>&sort=<>&sort_dir=<>&market_type=<>&convert=<>
This endpoint is not yet available. It is slated for release in Q3 2018.
Get a paginated list of all cryptocurrency exchanges with historical market data for a given point in time. Use the convert
option to return market values in multiple fiat and cryptocurrency conversions in the same call.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
timestamp | string | Timestamp (Unix or ISO 8601) to return historical cryptocurrency listings for. | |
start | string | Optionally offset the start (1-based index) of the paginated list of items to return. | |
limit | string | Optionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size. | |
sort | string | What field to sort the list of cryptocurrencies by. | |
sort_dir | string | The direction in which to order cryptocurrencies against the specified sort. | |
market_type | string | The type of exchange markets to include in rankings. | |
convert | string | Pass up to 32 comma-separated fiat or cryptocurrency symbols to convert the source amount to. |