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

KeyDatatypeRequiredDescription
timestampstringTimestamp (Unix or ISO 8601) to return historical cryptocurrency listings for.
startstringOptionally offset the start (1-based index) of the paginated list of items to return.
limitstringOptionally specify the number of results to return. Use this parameter and the "start" parameter to determine your own pagination size.
sortstringWhat field to sort the list of cryptocurrencies by.
sort_dirstringThe direction in which to order cryptocurrencies against the specified sort.
market_typestringThe type of exchange markets to include in rankings.
convertstringPass up to 32 comma-separated fiat or cryptocurrency symbols to convert the source amount to.