Token Candles

Solana API endpoint for fetching token candles OHLCV prices for any Token-2022 or SPL token on Solana. Multiple resolutions from 1-minute to 1-year.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Fetch OHLCV candlestick data for any Token-2022 or SPL token on Solana using this API endpoint. Retrieve open, high, low, close, and volume data across multiple timeframes from 1 minute to 1 year, aggregated from USDC, USDT, PYUSD, and WSOL markets.

Includes trade counts, USD volume, pagination, and gap smoothing, making it ideal for charting, analytics, and trading applications.

Replaces: GET price/{mintAddress}/token-ohlcv


Demo for OHLC Candlestick Data API

The free live demo for these endpoints can be found here:

You can visit this link to access and try the demo: https://solana-ohlc-candlestick-data-api.vybenetwork.com

Path Params
string
required

The public key of the token of interest

Query Params
string | null
enum

Resolution of the data. Possible values: 1m, 3m, 5m, 15m, 30m, 1h, 2h, 3h, 4h, 1d, 1w, 1mo, 1y. Default is "1h".

int64 | null
≥ 0

Start time of the data to return (unix timestamp)

int64 | null
≥ 0

End time of the data to return (unix timestamp)

int32 | null
≥ 0

Result page size specifier. Default is 1000.

int32 | null
≥ 0

Page number for paginated results

boolean

Eliminate gaps between candles by using previous close as next open. Default is true.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json