get_token_supply
Retrieve the total supply of an SPL Token by providing the mint public key on the Solana blockchain using the MCP server's tools.
Instructions
Returns the total supply of an SPL Token type.
Args: mint (str): Public key of token mint
Returns: str: Token supply information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mint | Yes |