List all exchanges (latest)

GET {{baseUrl}}/v1/exchange/listings/latest?start=<>&limit=<>&sort=<>&sort_dir=<>&market_type=<>&convert=<>

Get a paginated list of all cryptocurrency exchanges with 24 hour volume. Additional market data fields will be available in the future. You can configure this call to sort by 24 hour volume or another field. Use the convert option to return market values in multiple fiat and cryptocurrency conversions in the same call.

This endpoint is available on the following API plans: - Starter - Hobbyist - Standard - Professional - Enterprise

Cache / Update frequency: Eve

Request Params

KeyDatatypeRequiredDescription
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.