Skip to main content
POST
Liquidity Latest - Token

Latest liquidity snapshot for one or many Solana tokens.

  • Send token mints in the POST body under addresses.
  • The request accepts 1 to 100 addresses after deduplication.
  • Lite plans can request only one address; multi-address requests require Starter or higher.
  • This endpoint returns the latest total, exit, and stable liquidity together with the latest price context.
  • Batch CU is calculated as ceil(5 * token_count^0.8).
  • Fetch the newest liquidity snapshot for one or many tokens before ranking or screening them.
  • Power token tables that need current liquidity alongside current price.
  • Detect sudden drops in exit liquidity or stable liquidity before they show up in slower dashboards.
  • Pre-check market depth quality before routing further analysis or trading actions.
  • Set x-chain=solana.
  • Send addresses in the POST body.
  • Keep the body at 100 addresses or fewer, and expect Lite plans to work only with a single address.
  • Use liquidity history or liquidity OHLC endpoints when you need a time series instead of the latest snapshot.
  • Deduplicate token mints before sending the batch so you do not waste request capacity.
  • Use this endpoint as a cheap liquidity prefilter before more expensive historical analysis.
  • Surface total liquidity and exit liquidity separately in UI because they answer different risk questions.
  • 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

Body

application/json
addresses
string[]
required

Lite packages can request one address. Starter and higher packages can request up to 100 addresses.

Required array length: 1 - 100 elements
Example:

Response

JSON object containing latest liquidity data of tokens

success
boolean
required

Whether the request completed successfully.

data
object
required

Latest liquidity snapshots for the requested tokens.