getTokenAccountsByOwner

Returns all SPL Token accounts owned by the specified token owner.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Token owner PubkeystringRequired
The Pubkey of the account owner to query.
Token filterobjectOptional
A filter object containing either the Mint Pubkey or the Token program Pubkey.
ConfigurationobjectOptional
Optional configuration object containing additional settings.

Response

An array of JSON objects representing the token accounts owned by the specified Pubkey.
pubkeystringOptional

The account Pubkey as a base-58 encoded string.

accountobjectOptional