getTokenAccountsByOwner
Returns all SPL Token accounts owned by the specified token owner.
Path parameters
apiKey
Request
This endpoint expects an object.
Token owner Pubkey
The Pubkey of the account owner to query.
Token filter
A filter object containing either the Mint Pubkey or the Token program Pubkey.
Configuration
Optional configuration object containing additional settings.
Response
An array of JSON objects representing the token accounts owned by the specified Pubkey.
pubkey
The account Pubkey as a base-58 encoded string.
account