Skip to main content
GET
OHLC candlestick data

Authorizations

apiKey
string
query
required

Path Parameters

tokenMint
string
required

Query Parameters

limit
integer
default:500

Maximum number of candles to return.

Required range: 1 <= x <= 2000
countback
integer

Alias of limit (TradingView-style). If both are provided, countback wins.

Required range: 1 <= x <= 2000
from
integer

Start timestamp (Unix seconds)

to
integer

End timestamp (Unix seconds)

timeframe
enum<string>
default:1s

Candlestick timeframe resolution.

Available options:
1s,
5s,
15s,
30s,
1m,
5m,
15m,
30m,
1h,
4h,
1d
tf
enum<string>

Alias of timeframe.

Available options:
1s,
5s,
15s,
30s,
1m,
5m,
15m,
30m,
1h,
4h,
1d
resolution
enum<string>

TradingView resolution code, mapped to a timeframe: 1→1m, 5→5m, 15→15m, 30→30m, 60→1h, 240→4h, 1D→1d, 1S→1s, 5S→5s, 15S→15s, 30S→30s. Overrides timeframe/tf when set.

Available options:
1,
5,
15,
30,
60,
240,
1D,
1S,
5S,
15S,
30S

Response

Success

data
object[]
oldestTimestamp
integer | null

Unix timestamp in seconds for pagination

count
integer
timeframe
enum<string>

Candlestick timeframe used

Available options:
1s,
5s,
15s,
30s,
1m,
5m,
15m,
30m,
1h,
4h,
1d