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

Method: POST /wallet/easytransferasset

dropdown

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

POST /wallet/easytransferasset

Method not allowed

Easy TRC10 token transfer. Create a TRC10 transfer transaction and broadcast directly. 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, default hexString

toAddress - string

To address, default hexString

assetid - string

Token id

amount - int64

Transfer token amount,the unit is the smallest unit.

visible - boolean

Optional, Whether the address is in base58 format.

Request

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