dex_get_pool_ohlcv
Get historical OHLCV (Open, High, Low, Close, Volume) data for a pool. Use it for price analysis, charting, and backtesting.
Instructions
Get historical OHLCV (Open, High, Low, Close, Volume) price data for a pool. Essential for price analysis, charting, and backtesting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time (max 1 year from start) | |
| limit | No | Number of data points (max 366) | |
| start | Yes | Start time (Unix timestamp, RFC3339, or yyyy-mm-dd) | |
| network | Yes | Network ID (e.g., 'ethereum') | |
| interval | No | Candle interval | 24h |
| inversed | No | Invert price ratio | |
| poolAddress | Yes | Pool contract address |