sodax_get_amm_pool_candles
Get OHLCV candlestick data for an AMM pool by specifying chain ID, pool address, interval, and start/end timestamps. Use this data to build price charts or perform analysis.
Instructions
Get OHLCV candlestick chart data for an AMM pool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainId | Yes | Chain ID where the pool is deployed (e.g., 'sonic') | |
| poolId | Yes | The pool contract address or ID | |
| interval | Yes | REQUIRED: Candle interval | |
| from | Yes | REQUIRED: Start timestamp (unix seconds) | |
| to | Yes | REQUIRED: End timestamp (unix seconds) | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |