Skip to Content
ServicesMarket REST APIGet token profile

Get token profile

Read token metadata with a direct DEX-friendly tool name.

Use this when the agent needs name, symbol, and basic token identity from one address.

Back to Market API

This page documents the agent-friendly alias. For HTTP examples and Try send, open Get asset profile.

Access

  • Surfaces: mcp, skill
  • Metering: mcp_call
  • Scope: DEX available · EVM family primary · Solana (Beta)

Handles

SurfaceLabelValue
mcpMCPmarket.get_token_profile
skillSkillmarket.get_token_profile

Availability

DEX token profile coverage is Available.

Request fields

Tool parameters

FieldTypeRequiredNotes
chainstringRequiredToken chain.
addressstringRequiredToken address.

Response fields

Returned fields

FieldTypeNotes
asset_profile.addressstringToken address.
asset_profile.symbolstringToken symbol.
asset_profile.namestringToken name.
asset_profile.source_idstringBacking source id.
Last updated on