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/getdelegatedresource
method is used for:
- Checking delegated bandwidth and energy between specific accounts
- Monitoring resource delegation relationships
- Verifying delegation amounts and expiration times
- Building resource management dashboards and tools
- Analyzing resource sharing patterns in applications
Body
application/json
Response
200 - application/json
Delegated resource information