VoteWitnessAccount
Vote for witnesses
curl --request POST \
--url https://tron.api.watchdata.io/wallet/votewitnessaccount \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"owner_address": "41d1e7a6bc354106cb410e65ff8b181c600ff14292",
"votes": [
{
"vote_address": "41e552f6487585c2b58bc2c9bb4492bc1f17132cd0",
"vote_count": 0
}
],
"permission_id": 0,
"visible": true
}
'Last updated