📝 Share Your Feedback on Twitter and Claim 1M Free GetBlock Requests

Method: POST /wallet/unfreezebalance

dropdown

方法 REST /wallet/unfreezebalance 例如 Tron (TRX)

POST /wallet/unfreezebalance

Method not allowed

已通过最低限制持续时间来释放带宽和能源的Un Bestake TRX,同时Tron Power将减少,所有选票将被取消。

Parameters

owner_address -

细绳

所有者地址,默认六角形

resource -

细绳

TRX股权类型,“带宽”或“能量”

recelver_address -

细绳

可选的,将接收资源的地址,默认的六边形

permission_id -

享受

可选,用于多签名

visible -

布尔

选修的。 默认为false。 地址是否为基本58检查格式。

Request

curl --location --request POST 'https://trx.getblock.io/wallet/unfreezebalance' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{}'


Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}