analyze_token
Retrieve comprehensive Sui token analysis in one call: metadata, price, 24h change, supply, and top 5 holders. Accepts coin type or symbol.
Instructions
(Recommended for token research) Get a comprehensive analysis of a Sui token in one call: metadata, current price, 24h change, total supply, and top 5 holders. Accepts either a coin type (e.g. '0x2::sui::SUI') or a name/symbol (e.g. 'DEEP', 'cetus').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Token name, symbol (e.g. 'USDC', 'deep'), or full coin type (e.g. '0x2::sui::SUI') | |
| network | No | Which Sui network to run this call against: 'mainnet' (default), 'testnet', or 'devnet'. Set this per-call — different tool calls in the same session can target different networks (e.g. to compare a value on testnet against mainnet). | |
| include_holders | No | Include top 5 holders (default: true). Set false for faster response. |