getExchangeMarkets
Retrieve trading pairs on a specific exchange, including base/quote coin IDs, latest price, 24h volume, and category.
Instructions
List the trading pairs (markets) on one exchange as a list, each with the pair, base and quote coin ids, latest price, 24h volume and category. Use for 'what pairs trade on Binance', 'markets on Kraken', 'BTC pairs on Coinbase'. For exchange-level stats such as trust score use getExchangeByID; find the exchangeId first with getExchanges. Read-only. Params: exchangeId (required) is an exchange id such as 'binance'; quotes (optional, default 'usd') is a comma-separated list of quote currencies for the figures, e.g. 'usd,btc'; limit (optional, default 50, max 250) caps how many markets return. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of markets to return (default: 50, max: 250) | |
| quotes | No | Comma-separated quote currencies | |
| exchangeId | Yes | Exchange ID (e.g., binance) |