getExchangeByID
Retrieve detailed information about a cryptocurrency exchange including 24h volume, market count, trust score, links, and supported fiat currencies. Requires an exchange ID like 'binance'.
Instructions
Get details for a specific exchange: 24h volume, market count, trust score, links and fiat support. Use for 'tell me about Binance', 'Coinbase exchange stats', 'is X a trustworthy exchange'. For the pairs traded there use getExchangeMarkets; find the exchange id first with search or getExchanges. Read-only; exchangeId is an exchange id such as binance. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quotes | No | Comma-separated quote currencies | |
| exchangeId | Yes | Exchange ID (e.g., binance) |