WithdrawResponse
successbooleanrequired
Request validation is successful or not. It will be set to true when the HTTP status is 200.
codeintegerrequired
Request status code. It will be set to 1 when the request is processed successfully. When unsuccessful, there will be an error code.
msgstringrequired
Request status message. It will be set to Success when the request is processed successfully. When unsuccessful, there will be an error message.
timenumberrequired
Current unix timestamp.
data objectrequired
transactionRefstringrequired
Transaction reference
orderIdstringrequired
Order ID
cryptostringrequired
Crypto to withdraw
networkstringrequired
Crypto network to withdraw
addressstringrequired
Withdraw to address
addressExtensionstring
Address extension
amountToAddressstringrequired
How many crypto to address
feesstringrequired
Fees
WithdrawResponse
{
"data": {
"transactionRef": "string",
"orderId": "string",
"crypto": "string",
"network": "string",
"address": "string",
"addressExtension": "string",
"amountToAddress": "string",
"fees": "string"
},
"success": true,
"code": 0,
"msg": "string",
"time": 0
}