⚡ We welcome businesses to test our enterprise-grade service

Method: POST /wallet/easytransferbyprivate

dropdown

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

POST /wallet/easytransferbyprivate

Method not allowed

使用私钥轻松从地址传输。 有安全风险。 Trongrid已关闭此接口服务。 请使用自己部署的离线模式或节点。

Parameters

passPhrase -

细绳

密码从ASCII转换为十六进制

toAddress -

细绳

收件人地址转换为十六进制字符串

amount -

享受

在阳光下表达的转移的TRX量。

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