⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/easytransferassetbyprivate

dropdown

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

POST /wallet/easytransferassetbyprivate

Method not allowed

TRC10 token easy transfer. Broadcast the created transaction 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

privateKey - string

Private key, 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/easytransferassetbyprivate' \
--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"
}