Skip to main content

/wallet/getdelegatedresourceaccountindex REST API Endpoint

List all addresses that have delegated resources to an account.

Updated on
Oct 4, 2023

/wallet/getdelegatedresourceaccountindex REST API Endpoint

Body Parameters

value
string
REQUIRED
The account address from which the resources are delegated, encoded in hexString
visible
boolean
A boolean value indicating whether the address is in base58 format

Returns

account
The account address
fromAccounts
The list of account addresses which delegate resource to this account
toAccounts
The list of account addresses which receive resources delegated by this account
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getdelegatedresourceaccountindex \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json' \
4
--data '
5
{
6
"value": "TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g",
7
"visible": true
8
}
9
'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free