Coin MCP Server

listing-coins

Returns a paginated list of all active cryptocurrencies with latest market data

Input Schema

NameRequiredDescriptionDefault
auxNoOptionally specify a comma-separated list of supplemental data fields to return.
circulating_supply_maxNoOptionally specify a threshold of maximum circulating supply to filter results by.
circulating_supply_minNoOptionally specify a threshold of minimum circulating supply to filter results by.
convertNoOptionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols.
convert_idNoOptionally calculate market quotes by CoinMarketCap ID instead of symbol.
cryptocurrency_typeNoThe type of cryptocurrency to include.
limitNoOptionally specify the number of results to return.
market_cap_maxNoOptionally specify a threshold of maximum market cap to filter results by.
market_cap_minNoOptionally specify a threshold of minimum market cap to filter results by.
percent_change_24h_maxNoOptionally specify a threshold of maximum 24 hour percent change to filter results by.
percent_change_24h_minNoOptionally specify a threshold of minimum 24 hour percent change to filter results by.
price_maxNoOptionally specify a threshold of maximum USD price to filter results by.
price_minNoOptionally specify a threshold of minimum USD price to filter results by.
sortNoWhat field to sort the list of cryptocurrencies by.
sort_dirNoThe direction in which to order cryptocurrencies against the specified sort.
startNoOptionally offset the start (1-based index) of the paginated list of items to return.
tagNoThe tag of cryptocurrency to include.
volume_24h_maxNoOptionally specify a threshold of maximum 24 hour USD volume to filter results by.
volume_24h_minNoOptionally specify a threshold of minimum 24 hour USD volume to filter results by.

Input Schema (JSON Schema)

{ "properties": { "aux": { "description": "Optionally specify a comma-separated list of supplemental data fields to return.", "type": "string" }, "circulating_supply_max": { "description": "Optionally specify a threshold of maximum circulating supply to filter results by.", "minimum": 0, "type": "number" }, "circulating_supply_min": { "description": "Optionally specify a threshold of minimum circulating supply to filter results by.", "minimum": 0, "type": "number" }, "convert": { "description": "Optionally calculate market quotes in up to 120 currencies at once by passing a comma-separated list of cryptocurrency or fiat currency symbols.", "type": "string" }, "convert_id": { "description": "Optionally calculate market quotes by CoinMarketCap ID instead of symbol.", "type": "string" }, "cryptocurrency_type": { "description": "The type of cryptocurrency to include.", "enum": [ "all", "coins", "tokens" ], "type": "string" }, "limit": { "description": "Optionally specify the number of results to return.", "maximum": 5000, "minimum": 1, "type": "integer" }, "market_cap_max": { "description": "Optionally specify a threshold of maximum market cap to filter results by.", "minimum": 0, "type": "number" }, "market_cap_min": { "description": "Optionally specify a threshold of minimum market cap to filter results by.", "minimum": 0, "type": "number" }, "percent_change_24h_max": { "description": "Optionally specify a threshold of maximum 24 hour percent change to filter results by.", "minimum": -100, "type": "number" }, "percent_change_24h_min": { "description": "Optionally specify a threshold of minimum 24 hour percent change to filter results by.", "minimum": -100, "type": "number" }, "price_max": { "description": "Optionally specify a threshold of maximum USD price to filter results by.", "minimum": 0, "type": "number" }, "price_min": { "description": "Optionally specify a threshold of minimum USD price to filter results by.", "minimum": 0, "type": "number" }, "sort": { "description": "What field to sort the list of cryptocurrencies by.", "enum": [ "market_cap", "name", "symbol", "date_added", "market_cap_strict", "price", "circulating_supply", "total_supply", "max_supply", "num_market_pairs", "volume_24h", "percent_change_1h", "percent_change_24h", "percent_change_7d", "market_cap_by_total_supply_strict", "volume_7d", "volume_30d" ], "type": "string" }, "sort_dir": { "description": "The direction in which to order cryptocurrencies against the specified sort.", "enum": [ "asc", "desc" ], "type": "string" }, "start": { "description": "Optionally offset the start (1-based index) of the paginated list of items to return.", "minimum": 1, "type": "integer" }, "tag": { "description": "The tag of cryptocurrency to include.", "enum": [ "all", "defi", "filesharing" ], "type": "string" }, "volume_24h_max": { "description": "Optionally specify a threshold of maximum 24 hour USD volume to filter results by.", "minimum": 0, "type": "number" }, "volume_24h_min": { "description": "Optionally specify a threshold of minimum 24 hour USD volume to filter results by.", "minimum": 0, "type": "number" } }, "required": [], "type": "object" }

You must be authenticated.

Other Tools