getExchanges
Retrieve a ranked list of cryptocurrency exchanges tracked by CoinPaprika, including trust score, active markets, and 24h volume. Use to find top exchanges by volume or obtain exchangeId for further queries.
Instructions
List exchanges tracked by CoinPaprika as a list ranked by rank, each with id, name, trust score, active market count and 24h volume. Use for 'top exchanges by volume', 'biggest crypto exchanges', or to find an exchangeId before calling getExchangeByID. For one exchange's full stats use getExchangeByID; for its trading pairs use getExchangeMarkets. Read-only. Params: quotes (optional, default 'usd') is a comma-separated list of quote currencies for the volume figures, for example 'usd,btc'; limit (optional, default 50, max 250) caps how many exchanges return. No API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of exchanges to return (default: 50, max: 250) | |
| quotes | No | Comma-separated quote currencies |