Get token price
Read a token price with a direct DEX-friendly tool name.
Use this when the agent already knows the token address and only needs the latest price.
This page documents the agent-friendly alias. For HTTP examples and Try send, open Get price snapshot.
Access
- Surfaces:
mcp,skill - Metering:
mcp_call - Scope:
DEX available · EVM family primary · Solana (Beta)
Handles
| Surface | Label | Value |
|---|---|---|
mcp | MCP | market.get_token_price |
skill | Skill | market.get_token_price |
Availability
DEX token price 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 |
|---|---|---|
price_snapshot.address | string | Token address. |
price_snapshot.price | string | Latest token price. |
price_snapshot.source_id | string | Backing source id. |
Related pages
Last updated on