coingecko-tickers
Fetch top trading venues for a cryptocurrency token sorted by 24h USD volume. Provide token name and ticker to retrieve tickers from CoinGecko.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many top venues to return (sorted by 24h USD volume) | |
| tokenName | Yes | Full name of the token (e.g., 'Bitcoin') | |
| tokenTicker | Yes | Ticker symbol (e.g., 'BTC') |