sui_get_coin_info
Retrieve coin metadata (decimals, symbol, name, icon) by providing a Sui coin type.
Instructions
Get coin metadata (decimals, symbol, name, icon) for a coin type. Cacheable; metadata rarely changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin_type | Yes | Move coin type, e.g. 0x2::sui::SUI or 0x...::usdc::USDC. | |
| network | No | Sui network. Defaults to the server's configured default. |