Coin MCP Server
by longmans
get-coin-quotes
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.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aux | No | "num_market_pairs,cmc_rank,date_added,tags,platform,max_supply,circulating_supply,total_supply,is_active,is_fiat"Optionally specify a comma-separated list of supplemental data fields to return. | |
convert | No | Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols. | |
convert_id | No | Optionally calculate market quotes by CoinMarketCap ID instead of symbol. This option is identical to convert outside of ID format. | |
id | No | One or more comma-separated cryptocurrency CoinMarketCap IDs. Example: 1,2 | |
skip_invalid | No | Pass true to relax request validation rules. | |
slug | No | Alternatively pass a comma-separated list of cryptocurrency slugs. Example: "bitcoin,ethereum" | |
symbol | No | Alternatively pass one or more comma-separated cryptocurrency symbols. Example: "BTC,ETH" |