v1

latestOpenAPI 3.1.02026-07-228799577.7 KB
Chart

Get OHLCV Data for a token/pool pair

Gets OHLCV (Open, High, Low, Close, Volume) data for charts for a specific pool

get/chart/{token}/{pool}

Path parameters

tokenstring required
poolstring required

Query parameters

type'1s' | '5s' | '15s' | '1m' | '3m' | '5m' | '15m' | '30m' | '1h' | '2h' | '4h' | '6h' | '8h' | '12h' | '1d' | '3d' | '1w' | '1mn'

Time interval (e.g., '1s', '1m', '1h', '1d')

time_frominteger

Start time (Unix timestamp in seconds)

time_tointeger

End time (Unix timestamp in seconds)

marketCapboolean

Return chart for market cap instead of pricing

currency'usd' | 'sol' | 'eur'

Currency to return chart values in

removeOutliersboolean

Set to false to disable outlier removal

timezonestring

Timezone for chart data (abbreviations or IANA identifiers)

fastCacheboolean

Enables a live cache on the chart API for even faster response times

Response

Successful response