Overview
Returns a list of cryptocurrency exchanges where a specific coin is available for trading, including volume share data and supported fiat currencies.Usage
Parameters
Coin ID in format
symbol-name (e.g., btc-bitcoin)Maximum number of exchanges to return
Output format:
table or jsonShow raw JSON response without wrapper metadata
Examples
Get exchanges trading Bitcoin
Get top 10 exchanges for Ethereum
Get exchanges in JSON format
Example Output
Table Format
JSON Format
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique exchange identifier |
name | string | Exchange name |
adjusted_volume_24h_share | number | Exchange’s share of total 24h volume (percentage) |
fiats | array | Supported fiat currencies |
fiats[].name | string | Fiat currency name |
fiats[].symbol | string | Fiat currency symbol |
API Endpoint
Related Commands
- coin-detail - Get detailed coin information
- coin-markets - Get specific markets for a coin
- coins-list - List all coins