getTokenSupply RPC Method
Returns the total supply of an SPL Token type.
Parameters
string
required
Pubkey of the token Mint to query, as base-58 encoded string
object
optional
Configuration object containing the following fields:
commitment string
optional
Result
The result will be an RpcResponse JSON object with value
equal to a JSON
object containing:
amount: <string>
- the raw total token supply without decimals, a string representation of u64decimals: <u8>
- number of base 10 digits to the right of the decimal placeuiAmount: <number|null>
- the total token supply, using mint-prescribed decimals DEPRECATEDuiAmountString: <string>
- the total token supply as a string, using mint-prescribed decimals