get_token_supply
Get the total on-chain supply of a Solana SPL token by providing its mint address. Returns supply details including raw amount, decimals, and UI amount.
Instructions
Get the total on-chain supply of an SPL token mint.
Args: mint: Base58-encoded token mint address.
Returns {mint, amount (raw), decimals, ui_amount}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes |