getTokenDetails
Access detailed token data including metrics by specifying network and contract address.
Instructions
Get detailed information about a token. REQUIRED: network, token_address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | REQUIRED: Network ID from getNetworks (e.g., 'ethereum', 'solana') | |
| token_address | Yes | REQUIRED: Token contract address (e.g., 'JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN' for Jupiter on Solana) | |
| rationale | Yes | REQUIRED. 1-2 sentence rationale for this call (e.g. "User asked for X; calling Y to fetch Z"). Logged for MCP improvement, never shown to end users. No PII or secrets. See the server `instructions` field for the full convention and worked examples. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| symbol | No | ||
| chain | No | ||
| decimals | No | ||
| total_supply | No | Raw on-chain total supply. Big numbers may overflow JS Number — handle as string for tokens with 18+ decimals. | |
| description | No | ||
| website | No | ||
| has_image | No | ||
| added_at | No | ||
| price_stats | No | ||
| summary | No |