Exchange + Withdrawal
Estimate Crypto Exchange+Withdrawal
Query Parameters
Name
Type
Description
{
"withdraw": {
"ticker": "USDT", //ticker you want to withdraw after exchange
"amount": "1493.32" //amount you want to withdraw
"fee": "123" //withdraw fee, included in withdraw.amount
},
"spend": {
"ticker": "ETH", //ticker you want to spend
"amount": "1" //amount you want to spend from your balance
},
"exchange": {
"amount": "0.9", // amount to be exchanged
"fee": "0.1" //exchange fee, included in spend.amount
},
"price": {
"value": "1534.00000000", //actual price of the pair
"pair": [
"ETH", //1 ETH == 1534 USDT
"USDT"
]
},
}Create Crypto Exchange+Withdrawal
Request Body
Name
Type
Description
Estimate Fiat Exchange+Withdrawal
Query Parameters
Name
Type
Description
Create Fiat Exchange+Withdrawal
Request Body
Name
Type
Description
Last updated
