get_coin_exchanges
Find cryptocurrency exchanges where a specific coin can be traded, with options to filter by volume, price, and pagination for comprehensive market analysis.
Instructions
Find exchanges where a specific coin can be traded. This endpoint requires the ultra plan or higher.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| referenceCurrencyUuid | No | UUID of reference currency, which rate is used to calculate the volume. Defaults to US Dollar Default value: yhjMzLPhuIDl | |
| limit | No | Limit. Used for pagination Default value: 50 Size range: 0-100 | 50 |
| offset | No | Offset. Used for pagination Default value: 0 | 0 |
| orderBy | No | Index to order by. Default is 24h volume. Default value: 24hVolume Allowed values: 24hVolume price | |
| orderDirection | No | Order in ascending or descending order Default value: desc Allowed values: desc asc | |
| uuid | Yes | UUID of the coin you want to request exchanges for |