wallet/getdelegatedresourceaccountindex
Resource management
wallet/getdelegatedresourceaccountindex | TRON
Reference docs for the wallet/getdelegatedresourceaccountindex JSON-RPC method on the TRON blockchain, available via Chainstack JSON-RPC nodes.
POST
wallet/getdelegatedresourceaccountindex
TRON API method that retrieves the delegation index of an account, showing all accounts that have delegated resources to or received resources from the specified account.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
value— the account address to query for delegation relationshipsvisible— optional boolean parameter. When set totrue, addresses are in base58 format. Default isfalse.
Response
account— the queried account addressfromAccounts— array of accounts that have delegated resources to this accounttoAccounts— array of accounts that have received delegated resources from this account
Use case
Thewallet/getdelegatedresourceaccountindex method is used for:
- Discovering all delegation relationships for a specific account
- Building resource delegation network graphs
- Analyzing delegation patterns and resource flow
- Monitoring accounts involved in resource sharing
- Creating comprehensive resource management interfaces
Last modified on May 18, 2026