Overview
Retrieve comprehensive information about a cryptocurrency exchange including description, volume statistics, number of markets, links, and confidence metrics.Usage
Arguments
The unique identifier for the exchange (e.g.,
binance, coinbase, kraken)Options
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
Get Binance exchange details
Get Coinbase details with BTC volume
Get Kraken details as JSON
Get exchange details in multiple currencies
Response
The command returns detailed exchange information:Response Fields
Unique exchange identifier
Display name of the exchange
Detailed description of the exchange
Whether the exchange is currently active
Whether the exchange website is operational
Whether the exchange API is operational
Any important messages or alerts about the exchange
Social media and website links for the exchange
Whether market data is currently being collected
Exchange rank based on adjusted volume
Exchange rank based on self-reported volume
Number of different currencies traded
Total number of trading pairs
List of supported fiat currencies
Volume statistics in requested currencies (24h, 7d, 30d)
CoinPaprika confidence score (0-1) based on data quality and reliability
ISO 8601 timestamp of last data update
Notes
- Confidence score helps assess exchange reliability
- Adjusted volume is more reliable than reported volume (filters wash trading)
- All fields may be
nullif data is unavailable - Available on free tier
Related Commands
exchanges- List all exchangesexchange-markets- Get markets on this exchangecoin-exchanges- Find exchanges for a specific coin