get_exchange_coins
Retrieve cryptocurrency listings from a specific exchange, including trading pairs, volumes, and market data for analysis and portfolio tracking.
Instructions
Find coins listed on a specific exchange. 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 sort on. Default is 24h volume Default value: 24hVolume Allowed values: 24hVolume price numberOfMarkets | |
| orderDirection | No | Order in ascending or descending order Default value: desc Allowed values: asc desc | |
| uuid | Yes | UUID of the exchange you want to request |