curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getdelegatedresourceaccountindexv2 \
--header 'Content-Type: application/json' \
--data '
{
"value": "TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g",
"visible": true
}
'{
"account": "<string>",
"fromAccounts": [
"<string>"
],
"toAccounts": [
"<string>"
]
}curl --request POST \
--url https://tron-mainnet.core.chainstack.com/95e61622bf6a8af293978377718e3b77/wallet/getdelegatedresourceaccountindexv2 \
--header 'Content-Type: application/json' \
--data '
{
"value": "TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g",
"visible": true
}
'{
"account": "<string>",
"fromAccounts": [
"<string>"
],
"toAccounts": [
"<string>"
]
}TRON API method that retrieves the delegation index of an account using the Stake 2.0 mechanism, showing all accounts involved in resource delegation relationships.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
value — the account address to query for delegation relationshipsvisible — optional boolean parameter. When set to true, addresses are in base58 format. Default is false.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 accountwallet/getdelegatedresourceaccountindexv2 method is used for:
Was this page helpful?