fetchTokenPriceHistoryBySymbol
Query historical token prices by symbol within a date range, choosing interval granularity (e.g., daily, hourly).
Instructions
Get historical token price data over a date range with configurable interval
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | The token symbol to query. e.g. "BTC" or "ETH" | |
| startTime | Yes | The start time date to query. e.g. "2021-01-01" | |
| endTime | Yes | The end time date to query. e.g. "2021-01-01" | |
| interval | Yes | The interval to query. e.g. "1d" or "1h" |