GetAccountResource
Query the resource information of an account(bandwidth,energy,etc)
Parameter
Description
curl --request POST \
--url https://tron.api.watchdata.io/wallet/getaccountresource \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"address": "41BF97A54F4B829C4E9253B26024B1829E1A3B1120"
}
'Last updated