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

Method: POST /wallet/createaddress

dropdown

Method REST /wallet/createaddress example for Tron (TRX)

POST /wallet/createaddress

Method not allowed

Create address from a specified password string (NOT PRIVATE KEY). There is a security risk. This interface service has been shutdown by the Trongrid. Please use the offline mode or the node deployed by yourself.

Parameters

value - string, required

value is the password, converted from ascii to hex. i.e. the pass phrase.

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"
}