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

Method: POST /wallet/easytransferbyprivate

dropdown

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

POST /wallet/easytransferbyprivate

Method not allowed

Easily transfer from an address using the 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

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/easytransferbyprivate' \
--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"
}