⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/createwitness

dropdown

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

POST /wallet/createwitness

Method not allowed

申请成为证人。

Parameters

owner_address -

细绳

所有者地址,默认六角形

url -

细绳

网站URL,默认六角形

permission_id -

享受

可选,用于多签名

visible -

布尔

可选,地址是否为基本58格式。

Request

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