Get Candles
get_candlesGet OHLC candlestick data for any Poloniex trading pair at your chosen interval. Specify symbol, interval, and optional time range.
Instructions
Fetch OHLC candlestick data for a symbol at a given interval. Public — no credentials required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of candles to return (default 100, max 500). | |
| symbol | Yes | Trading pair in Poloniex format, e.g. "BTC_USDT". | |
| endTime | No | End time filter in epoch milliseconds. | |
| interval | Yes | Candle interval, e.g. MINUTE_1, HOUR_1, DAY_1. | |
| startTime | No | Start time filter in epoch milliseconds. |