fetchTokenPriceHistoryByTimeFrame
Retrieve historical token prices using natural language time frames like 'last week' or 'past 7 days', with optional interval selection.
Instructions
Get historical token prices using natural language time frames like "last week" or "past 7 days"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | The token symbol to query. e.g. "BTC" or "ETH" | |
| timeFrame | Yes | Time frame like "last-week", "past-7d", "ytd", "last-month", etc. or use natural language like "last week" | |
| interval | No | The interval to query. e.g. "1d" or "1h" | 1d |
| useNaturalLanguageProcessing | No | If true, will interpret timeFrame as natural language |