getTokenAccountsByDelegate
POST
/{apiKey}
Returns all SPL Token accounts delegated to the provided account.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
stringrequired
The Pubkey of the account delegate to query.
objectoptional
A filter object containing either the Mint Pubkey or the Token program Pubkey.
objectoptional
Optional configuration object containing additional settings.
Responses
200
An array of JSON objects representing the token accounts delegated to the specified Pubkey.
Was this page helpful?