ExchangeTransaction
Participate the transaction of exchange pair
curl --request POST \
--url https://tron.api.watchdata.io/wallet/exchangetransaction \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"owner_address": "4100776428620856AE1D71562812B734E356B68551",
"exchange_id": 12,
"token_id": "31303030343837",
"quant": 100,
"expected": 10,
"permission_id": 0,
"visible": true
}
'Last updated