market_coingecko_exchange_tickers
Retrieve all trading pairs and tickers for a specific crypto exchange, with options for sorting, filtering by coins, and including order book depth.
Instructions
Get all trading pairs/tickers for an exchange
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Exchange ID | |
| page | No | Page number | |
| depth | No | Include orderbook depth | |
| order | No | Sort order | |
| coinIds | No | Filter by coin IDs (comma-separated) | |
| includeExchangeLogo | No | Include exchange logo |