⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/easytransferasset

dropdown

方法 REST /wallet/easytransferasset 例如 Tron (TRX)

POST /wallet/easytransferasset

Method not allowed

易于TRC10令牌传输。 创建TRC10转移交易并直接广播。 有安全风险。 Trongrid已关闭此接口服务。 请使用自己部署的离线模式或节点。

Parameters

passPhrase -

细绳

密码,默认六角形

toAddress -

细绳

要解决,默认六边形

assetid -

细绳

令牌ID

amount -

INT64

转移令牌量,单元是最小的单元。

visible -

布尔

可选,地址是否为基本58格式。

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