Liquidity Latest - Token

Retrieve the latest total, exit, and stable liquidity with the latest price for Solana token addresses. Lite packages can request one address. Starter and higher packages can request up to 100 addresses.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.
Compute Unit ⚙️
  • Batch CU is calculated from a base of 5 CU per token-set request and scales with batch size.
Use Cases 💡
  • 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.
How to Use 🛠️
  • 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.
Best Practices ✅
  • 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.
Limitations ⚠️
  • Solana only.

Body Params
addresses
array of strings
required
length between 1 and 100

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

addresses*
Headers
string
enum
Defaults to solana

Solana network only.

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json