⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/freezebalance

dropdown

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

POST /wallet/freezebalance

Method not allowed

利用一定数量的TRX来获得带宽或能源和Tron Power(投票权)。 可选地,用户可以将trx付诸实践,以授予他人的能量或带宽。 太阳面额的平衡量。

Parameters

owner_address -

细绳

所有者地址,默认六角形

frozen_balance -

INT64

trx赌注量,单位是太阳

frozen_duration -

享受

该股份的锁定持续时间,现在价值只能是3天。 在股份后3天内不允许拆除它。 您可以在3个锁定天后取消trx

resource -

细绳

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

recelver_address -

细绳

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

permission_id -

享受

可选,用于多签名

visible -

布尔

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

Request

curl --location --request POST 'https://trx.getblock.io/wallet/freezebalance' 
--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"
}