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.
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
| Surface | Label | Value |
|---|---|---|
mcp | MCP | market.get_token_profile |
skill | Skill | market.get_token_profile |
Availability
DEX token profile 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 |
|---|---|---|
asset_profile.address | string | Token address. |
asset_profile.symbol | string | Token symbol. |
asset_profile.name | string | Token name. |
asset_profile.source_id | string | Backing source id. |
Related pages
Last updated on