ExchangeWithdraw
Withdraws the transaction pair.
Return: Transaction object
Body params:
owner_address
- Address of the transaction to the creator, in hexString formatexchange_id
- Transaction Pair IDtoken_id
- Token ID in hexString format; Usually is the token name.quant
- Number of tokens divested.permission_id
- Optional,for multi-signature usevisible
- Optional,whether the address is in base58 format
Request
curl --request POST \
--url https://tron.api.watchdata.io/wallet/exchangewithdraw \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"owner_address": "4100776428620856AE1D71562812B734E356B68551",
"exchange_id": 12,
"token_id": "31303030343837",
"quant": 100,
"permission_id": "string",
"visible": true
}
'
Response
{
"Error": "class java.lang.IllegalArgumentException : Illegal character 0 at 2"
}
Last modified 1yr ago