Last updated
Was this helpful?
Was this helpful?
// Result
{
"freeNetLimit": 600,
"TotalNetLimit": 43200000000,
"TotalNetWeight": 356260866660,
"TotalEnergyLimit": 180000000000,
"TotalEnergyWeight": 12774894240
}curl https://mainnet.tron.validationcloud.io/v1/<YOUR_API_KEY_HERE>/wallet/getaccountresource \
-X POST \
-H "Content-Type: application/json" \
-d '
{
"address": "TZ4UXDV5ZhNW7fb2AMSbgfAEZ7hWsnYS2g",
"visible": true
}
'