Create Withdrawal
Create withdrawal to destination address
Create withdrawal
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"apiVersion": "1.0",
"success": true,
"message": "withdraw successfully created.",
"data": {
"uuid": "f43aa362-4bf0-4eb7-8b51-dce6eeff1369",
"to": "0xF6DF2Df3e73c8E00a62Fbf359e817751219F6E9D",
"tag": null,
"symbol": "ETH",
"amount_crypto": "0.1",
"amount_fiat": "13673.52",
"estimate_time": 60
}
}Last updated