Solana · Arazzo Workflow
Solana Audit Token Accounts Delegated to an Address
Version 1.0.0
List the token accounts a delegate can spend from, resolve one balance, and inspect the account.
Provider
Workflows
token-delegate-audit
Enumerate and quantify what a delegate address is authorized to spend.
Finds the token accounts delegated to an address and measures the balance behind the first one.
1
delegatedAccounts
getTokenAccountsByDelegate
List every SPL Token account that names this address as its delegate, parsed so the delegated amount is readable alongside the mint.
2
delegatedBalance
getTokenAccountBalance
Resolve the balance sitting in the first delegated token account, turning the delegation into a concrete exposure figure.
3
inspectDelegatedAccount
getAccountInfo
Inspect the delegated token account in parsed form to surface the mint and the account's true owner, so a revoke can be routed to the right wallet.