Skip to main content
GET
OHLCV

Path Parameters

address
string
required

Base58-encoded pool address

Query Parameters

timeframe
string
default:24h

Candle interval

Allowed values 5m 30m 1h 2h 4h 12h 24h

If omitted, the API uses 24h

start_time
integer

Unix timestamp in seconds (inclusive)

If omitted, the API uses a default range based on timeframe

Required range: x >= 0
end_time
integer

Unix timestamp in seconds (inclusive)

If omitted, the API uses "now" as the end

Required range: x >= 0

Response

data
object[]
required
end_time
integer<int64>
required
Required range: x >= 0
start_time
integer<int64>
required
Required range: x >= 0
timeframe
string | null