get_exchange_info
Retrieve comprehensive details for any cryptocurrency exchange from CoinGecko, including description, links, trading volume, and top tickers, using its exchange ID.
Instructions
Get detailed info on a single exchange (CoinGecko directory): description, links, volume, top tickers.
Args:
exchange_id: CoinGecko exchange ID (e.g. "binance", "gdax", "kraken").
See list_exchanges_directory to discover IDs. NOTE: CoinGecko
exchange IDs sometimes differ from CCXT IDs (e.g. CoinGecko uses
"gdax" for Coinbase Pro).
Returns: Exchange object with name, year_established, country, description, url, image, trust score, volume metrics, and a tickers array.
Note: exchange_id is validated against ^[a-z0-9][a-z0-9._-]{0,127}$.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange_id | Yes |