fetchTokenPriceHistoryByTimeFrame
Retrieve historical price data for specified tokens within defined time frames and intervals, supporting both structured queries and natural language inputs for flexible analysis.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
interval | No | The interval to query. e.g. "1d" or "1h" | 1d |
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" | |
useNaturalLanguageProcessing | No | If true, will interpret timeFrame as natural language |