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

Method: POST /wallet/easytransfer

dropdown

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

POST /wallet/easytransfer

Method not allowed

Easily transfer from an address using the password string. Only works with accounts created from createAddress,integrated getransactionsign and broadcasttransaction. 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

passPhrase - string

Password converted from ascii to hex

toAddress - string

Recipient address converted into a hex string

amount - int32

Amount of TRX to transfer expressed in SUN.

Request

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