getTokenAccountsByDelegate
Account Methods
getTokenAccountsByDelegate
Returns all SPL Token accounts that have been delegated to a specific address. This method allows you to find token accounts where spending or management authority has been granted to a delegate, useful for tracking authorized token operations and delegated permissions.
POST
getTokenAccountsByDelegate
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"