HTTP Methods
getTokenAccountsByDelegate
Returns all SPL Token accounts by approved Delegate.
POST
getTokenAccountsByDelegate
Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
Solana address (public key) of the delegate that has been authorized to manage token accounts.
Specific token mint address to filter delegated accounts by a particular token type.
Specific token program ID (typically SPL Token program) to filter delegated accounts.
The commitment level for the request.
confirmedfinalizedprocessed
The minimum slot that the request can be evaluated at.
Request a slice of the account’s data.
Number of bytes to return.
Byte offset from which to start reading.
Encoding format for Account data.
base58base64base64+zstdjsonParsed
Authorizations
Body
application/json
The JSON-RPC protocol version.
Available options:
2.0 Example:
"2.0"
A unique identifier for the request.
Example:
"1"
The name of the RPC method to invoke.
Available options:
getTokenAccountsByDelegate Example:
"getTokenAccountsByDelegate"
Parameters for querying token accounts by delegate.
Solana address (public key) of the delegate that has been authorized to manage token accounts.
Example:
"4Nd1mBQtrMJVYVfKf2PJy9NZUZdTAsp7D4xWLs4gDB4T"
getTokenAccountsByDelegate