sodax_get_amm_pool_candles
Retrieve OHLCV candlestick data for an AMM pool on a specific chain by providing chain ID, pool address, interval, and time range. Supports JSON or markdown output.
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 |