GetDelegatedResourceAccountIndex
Query the energy delegation by an account. i.e. list all addresses that have delegated resources to an account.
Body params:
value
- Address, default hexStringvisible
- Optional, Whether the address is in base58 format.
Request
curl --request POST \
--url https://tron.api.watchdata.io/wallet/getdelegatedresourceaccountindex \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"value": "419844f7600e018fd0d710e2145351d607b3316ce9",
"visible": true
}
'
Response
{
"Error": "class java.lang.IllegalArgumentException : Illegal character 0 at 9"
}
Last updated