market_get_coins
Get cryptocurrency market data: price, market cap, volume, price changes, supply, and social links. Filter coins by category, blockchain, price, volume, and market cap.
Instructions
Get comprehensive data about cryptocurrencies: price, market cap, volume, price changes (1h, 24h, 7d), supply information, trading metrics, and social links
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Search coins by name | |
| page | No | Page number | |
| limit | No | Results per page | |
| sortBy | No | Field to sort by | |
| symbol | No | Get coins by symbol | |
| sortDir | No | Sort direction | |
| currency | No | Currency for price data | USD |
| categories | No | Category filters, comma-separated (e.g., memecoins,defi) | |
| blockchains | No | Blockchain filters, comma-separated (e.g., ethereum,solana) | |
| priceLessThan | No | Price less than | |
| volumeLessThan | No | 24h volume less than | |
| priceGreaterThan | No | Price greater than | |
| marketCapLessThan | No | Market cap less than | |
| volumeGreaterThan | No | 24h volume greater than | |
| marketCapGreaterThan | No | Market cap greater than |