This endpoint retrieves an overview of TRX staking and resource allocation for a specific address. It provides details on the available TRX balance, staked TRX, and allocated resources (bandwidth/energy), helping users monitor their staking activities.
The address associated with the staking activity.
Specifies the blockchain used.
Specifies the network used (eg. mainnet , nile).
Represents the specific and unique Vault ID.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
Specifies the version of the API that incorporates this endpoint.
Defines the ID of the request. The requestId
is generated by Vaultody and it's unique for every request.
In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context
is specified by the user.
The address associated with the staking activity.
Available amount is total amount without available frozen amount and delegated amount.
Amount including total frozen without delegated amount.
Amount that is used for freezing resources for another address.
Total TRX balance, including available, frozen, and unfrozen amounts.
Defines the unit of the amount.
Type of frozen resource - bandwidth.
Type of frozen resource - energy.
Type of frozen resource - tron voting power.
The network (e.g., mainnet, nile).
Info about account's bandwidth.
TRX amount equivalent to the acquired delegated bandwidth by others for this account.
Available bandwidth including free bandwidth, from frozen TRX and from others' delegation.
TRX amount equivalent to the delegated bandwidth for others from this account.
Depending on Tron - 600 for all accounts.
Free bandwidth used.
Total bandwidth obtained by staking.
Used amount of bandwidth obtained by staking.
Info about account's energy.
TRX amount equivalent to the acquired delegated energy by others for this account.
Available energy, including from frozen TRX and from others' delegation.
TRX amount equivalent to the delegated energy for others from this account.
Total energy obtained by staking.
Energy used.
cb233681a8ee35665296c1824c1f67bc46691788
PSqeqRLap8rBc/wogNU1DeGGUPb2VyVtg6GiBOaBnYQ=
1681885776
zYgKeueoOq
{
"apiVersion": "2024-05-09",
"requestId": "601c1710034ed6d407996b30",
"context": "yourExampleString",
"data": {
"item": {
"address": "TMLmaAS4GfshG6PfToD5YYRm5G8giauYc4",
"balance": {
"available": "70",
"availableFrozen": "30.123",
"delegated": "0",
"total": "100.123",
"unit": "TRX"
},
"frozenResources": {
"bandwidth": "10",
"energy": "20.123",
"tronPower": "0"
},
"network": "mainnet",
"resources": {
"bandwidth": {
"acquiredDelegated": "0",
"available": 1035,
"delegated": "0",
"freeLimit": 600,
"freeUsed": 0,
"limit": 1035,
"used": 0
},
"energy": {
"acquiredDelegated": "0",
"available": 775,
"delegated": "0",
"limit": 775,
"used": 0
}
}
}
}
}