Skip to main content

/wallet/getaccountnet REST API Endpoint

Query bandwidth information.

Updated on
Oct 4, 2023

/wallet/getaccountnet REST API Endpoint

Body Parameters

address
integer
REQUIRED
The address of the account converted into hex string
visible
boolean
A boolean value indicating whether the address is in base58 format

Returns

freeNetUsed
The amount of free bandwidth used by the account
freeNetLimit
The total amount of free bandwidth allocated to the account
netUsed
The used amount of bandwidth obtained through staking TRX tokens
netLimit
The total amount of bandwidth obtained through staking TRX tokens
totalNetLimit
The total amount of bandwidth that can be obtained through staking by the entire network
totalNetWeight
The total amount of TRX tokens staked by the entire network for bandwidth
assetNetUsed
The amount of free bandwidth used by the account for each TRC10 asset
assetNetLimit
The amount of free bandwidth allocated to the account for each TRC10 asset
Request
1
curl https://docs-demo.tron-mainnet.quiknode.pro/wallet/getaccountnet \
2
--header 'accept: application/json' \
3
--header 'content-type: application/json' \
4
--data '
5
{
6
"address": "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