Skip to main content
GET
Liquidity OHLC - Token

Historical token liquidity OHLC on Solana.

  • This endpoint returns OHLC liquidity series for total liquidity, exit liquidity, and stable liquidity.
  • Supported resolution values are 1m, 4h, and 1D.
  • Maximum count is 100 records per request.
  • Historical liquidity data is available from January 1, 2024 onward.
  • CU is dynamic by resolution: base 20 CU for 1m, 50 CU for 4h, 200 CU for 1D, with depth and lookback multipliers applied.
  • Track how token-level liquidity builds, peaks, and decays over time.
  • Compare total liquidity against exit liquidity to understand sell-side depth quality.
  • Build launch dashboards, post-TGE monitoring, and liquidity-health reports.
  • Investigate whether market-cap growth was accompanied by durable liquidity growth.
  • Set x-chain=solana.
  • Pass the token mint in address.
  • Choose resolution based on the horizon you care about: 1m for event analysis, 4h or 1D for broader trends.
  • Use time, direction, and count to page through the history window you want.
  • Use 1m only around narrow event windows; prefer 4h or 1D for routine trend monitoring.
  • Compare liquidity OHLC with price OHLCV to distinguish price momentum from real market depth support.
  • Track exit liquidity separately when assessing liquidation or whale-exit risk.
  • Solana only.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

Solana network only.

Available options:
solana

Query Parameters

address
string
required

The address of the token contract.

resolution
enum<string>
default:1m

Liquidity candle resolution.

Available options:
1m,
4h,
1D
time
integer

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

Required range: 0 <= x <= 10000000000
direction
enum<string>
default:back

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

Available options:
back,
forward
count
integer
default:100

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

Required range: 1 <= x <= 100

Response

JSON object containing liquidity OHLC data of a token

success
boolean
required

Whether the request completed successfully.

data
object
required

Liquidity OHLC candle series for the requested token.