coingecko_global_charts
Retrieve normalized global cryptocurrency market chart series from CoinGecko public endpoints. Specify chart kind (default total_market_cap), time range, and row limit to get clean JSON.
Instructions
CoinGecko global chart series. Returns normalized global chart series from public CoinGecko website JSON endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Chart kind, default total_market_cap | |
| limit | No | Rows per series to return, default 120, max 500 | |
| range | No | Chart range, default 90d |