Skip to main content
GET
Get OHLCV candles
Buckets are returned oldest first, so a chart can render them directly.
Periods with no trades are absent, not zero-filled. This venue trades sparsely, and emitting flat synthetic candles would invent price action that never happened. If you need a continuous axis, carry the previous close forward yourself.

Query Parameters

symbol
string

Canonical market symbol such as USDCcNGN-SEP16-2026

asset_address
string
sub_id
string
interval
enum<string>
default:1h

Bucket size

Available options:
1m,
5m,
15m,
1h,
4h,
1d
limit
integer
default:200

Maximum number of buckets to return

Required range: 1 <= x <= 1000
start
string<date-time>

RFC3339 lower bound, inclusive

end
string<date-time>

RFC3339 upper bound, must be after start

Response

OHLCV buckets, oldest first

market_presentation
object
interval
string
candles
object[]