getTokenSupply
Returns the total supply of an SPL Token type.
Path parameters
apiKey
Request
This endpoint expects an object.
Token Mint Pubkey
The Pubkey of the token Mint to query.
Configuration
Optional configuration object containing additional settings.
Response
The total supply of the specified SPL Token.
amount
The raw balance without decimals, a string representation of u64.
decimals
Number of base-10 digits to the right of the decimal place.
uiAmount
The balance, using mint-prescribed decimals. DEPRECATED
uiAmountString
The balance as a string, using mint-prescribed decimals.