Overview
Retrieve a list of cryptocurrency exchanges with their key metrics including volume, number of markets, and confidence scores.Usage
Options
Maximum number of exchanges to return (exchanges are sorted by adjusted rank)
Comma-separated list of quote currencies for volume data (e.g.,
USD,BTC,EUR)Output format:
table or jsonOutput raw JSON without metadata wrapper (useful for scripting)
Examples
List top 10 exchanges
List exchanges with BTC volume
Get all exchanges as JSON
Get exchanges in multiple currencies
Response
The command returns a list of exchanges:Response Fields
Unique exchange identifier (e.g.,
binance, coinbase)Display name of the exchange
Brief description of the exchange
Whether the exchange is currently active
Whether the exchange website is operational
Whether the exchange API is operational
Whether market data is currently being collected
Exchange rank based on adjusted volume (more reliable)
Exchange rank based on self-reported volume
Number of different currencies traded on the exchange
Total number of trading pairs available
CoinPaprika confidence score (0-1) based on data quality
Volume data in requested quote currencies, with 24h, 7d, and 30d periods
ISO 8601 timestamp of last data update
Notes
- Exchanges are automatically sorted by
adjusted_rank(most reliable ranking) - Adjusted volume filters out wash trading and suspicious activity
- Confidence score indicates data quality and reliability
- Available on free tier
- Use
--limitto control response size and API usage
Related Commands
exchange- Get detailed information about a specific exchangeexchange-markets- List markets on an exchangecoin-exchanges- Find exchanges for a specific coin