EasyTransfer
Easily transfer from an address using the password string. Only works with accounts created from createAddress,integrated getransactionsign and broadcasttransaction.
curl -X POST https://tron.api.watchdata.io/wallet/easytransfer -d '{"passPhrase": "7465737470617373776f7264","toAddress": "41D1E7A6BC354106CB410E65FF8B181C600FF14292", "amount":10}'{
"result": {
"code": "CONTRACT_VALIDATE_ERROR",
"message": "496e76616c696420746f4164647265737321"
}
}Last updated