Coin MCP Server
by longmans
get-coin-info
Get coins' information includes details like logo, description, official website URL, social links, and links to a cryptocurrency's technical documentation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | No | Alternatively pass in a contract address. Example: "0xc40af1e4fecfa05ce6bab79dcd8b373d2e436c4e" | |
aux | No | Optionally specify a comma-separated list of supplemental data fields to return. Pass urls,logo,description,tags,platform,date_added,notice,status to include all auxiliary fields. | |
id | No | One or more comma-separated CoinMarketCap cryptocurrency IDs. Example: "1,2" | |
skip_invalid | No | Pass true to relax request validation rules. When requesting records on multiple cryptocurrencies an error is returned if any invalid cryptocurrencies are requested or a cryptocurrency does not have matching records in the requested timeframe. If set to true, invalid lookups will be skipped allowing valid cryptocurrencies to still be returned. | |
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" |