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