Get market quotes (latest)
GET {{baseUrl}}/v1/exchange/quotes/latest?id=<get>&slug=<get>&convert=<>
Get the latest 24 hour volume quote for 1 or more exchanges. Additional market data fields will be available in the future. 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. | |
convert | string | Pass up to 32 comma-separated fiat or cryptocurrency symbols to convert the source amount to. |