Coin MCP Server
by longmans
listing-coins
Returns a paginated list of all active cryptocurrencies with latest market data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aux | No | Optionally specify a comma-separated list of supplemental data fields to return. | |
circulating_supply_max | No | Optionally specify a threshold of maximum circulating supply to filter results by. | |
circulating_supply_min | No | Optionally specify a threshold of minimum circulating supply to filter results by. | |
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. | |
cryptocurrency_type | No | The type of cryptocurrency to include. | |
limit | No | Optionally specify the number of results to return. | |
market_cap_max | No | Optionally specify a threshold of maximum market cap to filter results by. | |
market_cap_min | No | Optionally specify a threshold of minimum market cap to filter results by. | |
percent_change_24h_max | No | Optionally specify a threshold of maximum 24 hour percent change to filter results by. | |
percent_change_24h_min | No | Optionally specify a threshold of minimum 24 hour percent change to filter results by. | |
price_max | No | Optionally specify a threshold of maximum USD price to filter results by. | |
price_min | No | Optionally specify a threshold of minimum USD price to filter results by. | |
sort | No | What field to sort the list of cryptocurrencies by. | |
sort_dir | No | The direction in which to order cryptocurrencies against the specified sort. | |
start | No | Optionally offset the start (1-based index) of the paginated list of items to return. | |
tag | No | The tag of cryptocurrency to include. | |
volume_24h_max | No | Optionally specify a threshold of maximum 24 hour USD volume to filter results by. | |
volume_24h_min | No | Optionally specify a threshold of minimum 24 hour USD volume to filter results by. |