Get market quotes (latest)
GET {{baseUrl}}/v1/cryptocurrency/quotes/latest?id=<get>&symbol=<get>&convert=<>
Get the latest market quote for 1 or more cryptocurrencies. 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. | |
convert | string | Pass up to 32 comma-separated fiat or cryptocurrency symbols to convert the source amount to. |