sodax_get_amm_pool_candles
Retrieve OHLCV candlestick data for an AMM pool by specifying chain, pool ID, interval, and time range. Provides json or markdown output.
Instructions
Get OHLCV candlestick chart data for an AMM pool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | REQUIRED: End timestamp (unix seconds) | |
| from | Yes | REQUIRED: Start timestamp (unix seconds) | |
| format | No | Response format: 'json' for raw data or 'markdown' for formatted text | markdown |
| poolId | Yes | The pool contract address or ID | |
| chainId | Yes | Chain ID where the pool is deployed (e.g., 'sonic') | |
| interval | Yes | REQUIRED: Candle interval |