OHLCV API
ohlcv data of pools
Last updated
ohlcv data of pools
Last updated
The OHLCV API provides comprehensive candlestick data (Open, High, Low, Close, Volume) for Solana token pools, delivering both real-time and historical market insights. Designed with developers in mind, this API facilitates seamless integration into trading tools, analytics platforms, and diverse financial applications.
With flexible time intervals ranging from minute-by-minute granularity to daily summaries, the OHLCV API empowers precise and tailored market analysis. Whether you’re creating advanced charting solutions, automated trading bots, or performing in-depth market research, this API ensures you always have access to reliable, accurate, and timely market data.
Base URL
{pool_address}
?interval={interval}
&from={timestamp}
&to={timestamp}
interval
string
The interval for OHLCV data (e.g., 1s, 1m, 5m, 15m, 1h, etc.).
pool
string
The pool address to fetch OHLCV data for.
from
number
(Optional) Start timestamp in UNIX format (seconds).
to
number
(Optional) End timestamp in UNIX format (seconds).
1s
1 SECOND
5s
5 SECONDS
15s
15 SECONDS
1m
1 MINUTE
3m
3 MINUTES
5m
5 MINUTES
15m
15 MINUTES
30m
30 MINUTES
1h
1 HOUR
4h
4 HOURS
6h
6 HOURS
8h
8 HOURS
12h
12 HOURS
1d
1 DAY