GetDelegatedResourceV2
POST
/wallet/getdelegatedresourcev2
Returns
delegatedResource - List: A list of resource delegations, where each resource delegation contains the following fields:
Field | Type | Description |
---|---|---|
from | string | owner address |
to | string | recipient address |
frozen_balance_for_bandwidth | int64 | amount of POX staked for bandwidth delegated from from address to to address |
frozen_balance_for_energy | int64 | amount of POX staked for energy delegated from from address to to address |
expire_time_for_bandwidth | int64 | Lock-up period deadline for bandwidth delegation, in millisecond |
expire_time_for_energy | int64 | Lock-up period deadline for energy delegation, in millisecond |
Request
Body Params application/json