Request
Parameters
Base-58 encoded public key of the token account to query.
Commitment level for the query. One of
processed, confirmed, or finalized.Response
Raw token balance as a string, without decimal adjustment.
Number of decimal places for this token (base-10 digits to the right of the decimal point).
Token balance as a float, adjusted for decimals. May be
null if the balance overflows a float.Token balance as a string, adjusted for decimals. Use this for display purposes to avoid float precision issues.