Skip to Content

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.

Back to Market API

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

SurfaceLabelValue
mcpMCPmarket.get_token_price
skillSkillmarket.get_token_price

Availability

DEX token price coverage is Available.

Request fields

Tool parameters

FieldTypeRequiredNotes
chainstringRequiredToken chain.
addressstringRequiredToken address.

Response fields

Returned fields

FieldTypeNotes
price_snapshot.addressstringToken address.
price_snapshot.pricestringLatest token price.
price_snapshot.source_idstringBacking source id.
Last updated on