UnfreezeBalanceV2

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

通过本接口解锁在Stake 2.0阶段质押的TRX,用户解质押后,需要等待14天,然后才能调用/wallet/withdrawexpireunfreeze接口提取本次解质押的本金。

在执行解质押时,如果存在已过锁定期的之前解质押的本金,那么本次解质押操作还将同时将已过锁定期的解质押本金提取到账户内,可通过gettransactioninfobyid接口查询本次交易提取到的已过锁定期的本金数量withdraw_expire_amount

返回值

Transaction对象 - JSON object:未签名的交易,包含的字段请参考交易章节,由于交易类型为UnfreezeBalanceV2Contract,所以交易中的raw_data.contract[0].parameter.value中包含的字段如下:

字段类型描述
owner_addressstring交易发起者地址。
resourcestring资源类型。(枚举值: BANDWIDTH, ENERGY)
unfreeze_balanceint64准备解质押的 TRX 金额。(单位: sun)
Body Params
string
required
int64
required
string
required
boolean
Defaults to false
int32
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json