get_exchange_markets
List all trading pairs (markets) for any exchange. View symbols, base/quote currencies, contract types, and active status. Use to check if an exchange offers a specific pair like SOL/USDC or enumerate perpetual contracts.
Instructions
List all trading pairs (markets) supported by a specific exchange.
Use to discover what symbols an exchange trades (e.g. "does Kraken list SOL/USDC?"), or to enumerate available perpetual contracts.
Args:
exchange_id: CCXT exchange ID (lowercase). See list_supported_exchanges.
active_only: If true, exclude delisted/inactive markets.
Returns:
Object with exchange, count, and markets — each market has
symbol, base, quote, settle, type (spot/swap/future/option),
linear, inverse, contract, active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange_id | Yes | ||
| active_only | No |