v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Price & OHLCV

Liquidity OHLC - Token

A historical liquidity time-series API for Solana tokens, returning OHLC data for total token liquidity, exit liquidity, and stable liquidity. Supports 1m, 4h, and 1D resolutions. Maximum 100 records.

get/defi/v3/liquidity/ohlc/token

Query parameters

addressstring required

The address of the token contract.

resolution'1m' | '4h' | '1D'

Liquidity candle resolution.

timeinteger

Unix timestamp in seconds used as the anchor time for the liquidity candle window. Defaults to the latest available candle.

direction'back' | 'forward'

Direction to query candles from the anchor time. Use back for older candles and forward for newer candles.

countinteger

Maximum number of liquidity candles returned. Defaults to 100 and is capped at 100.

Headers

x-chain'solana'

Solana network only.

Response

JSON object containing liquidity OHLC data of a token

successboolean required