Get market pairs (latest)
GET {{baseUrl}}/v1/cryptocurrency/market-pairs/latest?id=<get>&symbol=<get>&start=<>&limit=<>&convert=<>
Lists all market pairs for the specified cryptocurrency with associated stats. 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 ~1 minute.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string | One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2" | |
symbol | string | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH". At least one "id" or "symbol" 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. |