Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
fromAddress
— the address that delegated resources to another accounttoAddress
— the address that received the delegated resourcesvisible
— optional boolean parameter. When set totrue
, addresses are in base58 format. Default isfalse
.
Response
delegatedResource
— array of delegated resource information containing:from
— the delegator addressto
— the recipient addressfrozen_balance_for_bandwidth
— amount of TRX frozen for bandwidth delegationfrozen_balance_for_energy
— amount of TRX frozen for energy delegationexpire_time_for_bandwidth
— expiration timestamp for bandwidth delegationexpire_time_for_energy
— expiration timestamp for energy delegation
Use case
Thewallet/getdelegatedresourcev2
method is used for:
- Checking Stake 2.0 delegated resources between specific accounts
- Monitoring resource delegation relationships under the new staking mechanism
- Verifying delegation amounts and expiration times
- Building modern resource management dashboards
- Analyzing updated resource sharing patterns
Body
application/json
Response
200 - application/json
Delegated resource information (Stake 2.0)