Returns 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: - Basic - Startup - Hobbyist - Standard - Professional - Enterprise Cache / Update frequency: Every 60 seconds. Plan credit use: 1 call credit per 100 cryptocurrencies returned (rounded up) and 1 call credit per `convert` option beyond the first. CMC equivalent pages: Latest market data pages for specific cryptocurrencies like [coinmarketcap.com/currencies/bitcoin/](https://coinmarketcap.com/currencies/bitcoin/). *NOTE: Use this endpoint to request the latest quote for specific cryptocurrencies. If you need to request all cryptocurrencies use [/v1/cryptocurrency/listings/latest](#operation/getV1CryptocurrencyListingsLatest) which is optimized for that purpose. The response data between these endpoints is otherwise the same.*
- Provider
- CoinMarketCap Cryptocurrency API
- Input summary
- {"name":"id","type":"string","required":false,"description":"One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2"}, {"name":"slug","type":"string","required":false,"description":"Alternatively pass a comma-separated list of cryptocurrency slugs. Example: \"bitcoin,ethereum\""}, {"name":"symbol","type":"string","required":false,"description":"Alternatively pass one or more comma-separated cryptocurrency symbols. Example: \"BTC,ETH\". At least one \"id\" *or* \"slug\" *or* \"symbol\" is required for this request."}, {"name":"convert","type":"string","required":false,"description":"Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. Each additional convert op..., {"name":"convert_id","type":"string","required":false,"description":"Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to `convert` outside of ID format. Ex: convert_id=1,2781 would replac..., {"name":"aux","type":"string","required":false,"description":"Optionally specify a comma-separated list of supplemental data fields to return. Pass `num_market_pairs,cmc_rank,date_added,tags,platform,max_supply,circulating_supply,total_s..., {"name":"skip_invalid","type":"boolean","required":false,"description":"Pass `true` to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if no match is found for 1 or more requested...
- Output summary
- Not available
- Billing
- 1
- Freshness
- Not available
- Verification
- Not available