Get token liquidity
Read token liquidity context with a direct DEX-friendly tool name.
Use this for quick liquidity checks without reading the full canonical market profile object.
This page documents the agent-friendly alias. For canonical HTTP examples, open Get market profile.
Access
- Surfaces:
mcp,skill - Metering:
mcp_call - Scope:
DEX available · EVM family primary · Solana (Beta)
Handles
| Surface | Label | Value |
|---|---|---|
mcp | MCP | market.get_token_liquidity |
skill | Skill | market.get_token_liquidity |
Availability
DEX token liquidity coverage is Available.
Request fields
Tool parameters
| Field | Type | Required | Notes |
|---|---|---|---|
chain | string | Required | Token chain. |
address | string | Required | Token address. |
Response fields
Returned fields
| Field | Type | Notes |
|---|---|---|
market_profile.address | string | Pool or market address. |
market_profile.liquidity_usd | string | number | Liquidity value in USD. |
market_profile.source_id | string | Backing source id. |
Related pages
Last updated on