Get candlesticks for a pair address
Price API
OHLC by Pair Address
Gets the candlesticks for a specific pair address
GET
Get candlesticks for a pair address
Documentation Index
Fetch the complete documentation index at: https://docs.moralis.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
The network to query
Available options:
mainnet, devnet The address to query
Example:
"So11111111111111111111111111111111111111112"
Query Parameters
The cursor to the next page
The starting date (format in seconds or datestring accepted by momentjs)
The ending date (format in seconds or datestring accepted by momentjs)
The interval of the candle stick
Available options:
1s, 10s, 30s, 1min, 5min, 10min, 30min, 1h, 4h, 12h, 1d, 1w, 1M The currency format
Available options:
usd, native The limit per page
Required range:
1 <= x <= 1000Response
200 - application/json
The page number
The pair address
The token address
The interval of the candle stick
Available options:
1s, 10s, 30s, 1min, 5min, 10min, 30min, 1h, 4h, 12h, 1d, 1w, 1M The currency format
Available options:
usd, native The cursor to the next page
An array of candlesticks

