get_exchanges
Retrieve cryptocurrency exchange listings ranked by 24-hour trading volume with filtering options for UUIDs, reference currencies, and pagination controls.
Instructions
Get a list of exchanges. Exchanges are ranked based on their trading volume in the last 24 hours. This endpoint requires the ultra plan or higher.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| referenceCurrencyUuid | No | UUID of reference currency, in which all the prices are calculated. Defaults to US Dollar Default value: yhjMzLPhuIDl | |
| uuids | No | Exchange UUIDs to filter the exchanges on. Array parameters should be suffixed with brackets. Example: ?uuids[]=-zdvbieRdZ&uuids[]=8FXHCkosV. | |
| limit | No | Limit. Used for pagination. Only usable when no filters are applied Default value: 50 Size range: 0-100 | 50 |
| offset | No | Offset. Used for pagination. Only usable when no filters are applied Default value: 0 | 0 |
| orderBy | No | Order by either 24h volume, number of markets or latest ticker. Ordering can only be done when no filters are applied Default value: 24hVolume Allowed values: 24hVolume numberOfMarkets lastTickerCreatedAt | |
| orderDirection | No | Applies direction to the orderBy query, which can be in ascending or descending order. Only usable when no filters are applied Default value: desc Allowed values: desc asc |