get_price_history
Get historical price data for one or more tokens. Returns timestamped price points. No authentication required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window | No | Lookback period: 1h, 4h, 1d, 7d, 1M (default: 1d) | |
| symbols | Yes | Comma-separated asset symbols (e.g., SOL,BTC,ETH) | |
| resolution | No | Interval between points: 5s, 1m, 5m, 1h, 1d (default: 5m) |