Get position candlesticks by position_id
Market
Get position candlesticks by position_id
Retrieve OHLCV candlestick data for a specific position by its position_id
GET
Get position candlesticks by position_id
Query Parameters
Position/token ID (required)
Candle interval: 1S, 5S, 10S, 30S, 1, 5, 15, 30, 60, 240, D, 1D
Available options:
1S, 5S, 10S, 30S, 1, 5, 15, 30, 60, 240, D, 1D Number of candles (max: 2500)
Start timestamp (Unix seconds)
End timestamp (Unix seconds)
Cursor-based pagination key from previous response
Response
200 - application/json
OHLCV candlestick data
Unix timestamp in seconds.
Required range:
x >= 0Low price.
High price.
Open price.
Close price.
Total volume in USD.
Total transaction count.
Market metadata for this point.
Last modified on June 17, 2026