market_coingecko_coin_market_chart_range
Fetch historical market data for a cryptocurrency within a custom Unix timestamp range, with optional target currency, to analyze price, volume, and market cap over time.
Instructions
Get historical market data within a custom date range (unix timestamps)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Coin ID | |
| to | Yes | To timestamp (UNIX) | |
| from | Yes | From timestamp (UNIX) | |
| vsCurrency | No | Target currency | usd |