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

Method: POST /wallet/createaddress

dropdown

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

POST /wallet/createaddress

Method not allowed

从指定的密码字符串(不是私钥)创建地址。 有安全风险。 Trongrid已关闭此接口服务。 请使用自己部署的离线模式或节点。

Parameters

value -

字符串,需要

值是密码,从ASCII转换为十六进制。 即通过短语。

Request

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