list_supported_exchanges
Retrieve the complete list of cryptocurrency exchange IDs supported for real-time market data queries such as tickers, order books, trades, and OHLCV via CCXT.
Instructions
List all exchange IDs that this server can query in real time via CCXT.
Use this when you need to know which exchange_id values are valid for the
other CCXT-backed tools (get_exchange_markets, get_exchange_ticker,
get_orderbook, get_recent_trades, get_exchange_ohlcv, get_funding_rate).
Returns:
Object with count and exchanges (array of lowercase exchange IDs
such as "binance", "okx", "coinbase", "kraken", "bybit", "kucoin",
"huobi", "bitfinex", "gateio", "mexc").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||