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
Key | Datatype | Required | Description |
---|---|---|---|
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. |