Request
Parameters
Base-58 encoded public key of the wallet to query.
Exactly one of the following filter fields must be provided:
mint(string) — return only token accounts for this specific mint address.programId(string) — return all token accounts owned by this token program (e.g.TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DAfor SPL Token).
Encoding for account data. Use
jsonParsed to get human-readable token data. Defaults to base64.Commitment level for the query. One of
processed, confirmed, or finalized.Response
Array of token account objects.
Base-58 encoded address of the token account.
The mint address for the token held in this account.
The wallet address that owns this token account.
Token balance details:
amount, decimals, uiAmount, and uiAmountString.Account state:
initialized, frozen, or uninitialized.