getTokenAccountsByDelegate

Returns all SPL Token accounts delegated to the provided account.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Delegate PubkeystringRequired
The Pubkey of the account delegate 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 delegated to the specified Pubkey.
pubkeystring or null

The account Pubkey as a base-58 encoded string.

accountobject or null