List all market pairs (latest)
GET {{baseUrl}}/v1/exchange/market-pairs/latest?id=<get>&slug=<get>&start=<>&limit=<>&convert=<>
Get a list of active market pairs for an exchange. Active means the market pair is open for trading. 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: Every ~5 minutes. This endpoint will be migrated to ~1 minute updates shortly.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string | One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2" | |
slug | string | Alternatively, one or more comma-separated exchange names in URL friendly shorthand "slug" format (all lowercase, spaces replaced with hyphens). Example: "binance,gdax". At least one "id" or "slug" is required. | |
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. | |
convert | string | Pass up to 32 comma-separated fiat or cryptocurrency symbols to convert the source amount to. |