v1

latestSwagger 2.02026-07-179553242.0 KB
User

Cancel a withdrawal.

post/user/cancelWithdrawal

Response

Request was successful

transactIDstring guid required
accountinteger
currencystring
networkstring
transactTypestring
amountinteger
feeinteger
transactStatusstring
addressstring
txstring
textstring
transactTimestring date-time
timestampstring date-time
walletBalanceinteger

Example response

{
  "amount": 6,
  "address": "address",
  "tx": "tx",
  "transactID": "transactID",
  "fee": 1,
  "transactStatus": "transactStatus",
  "network": "network",
  "transactType": "transactType",
  "walletBalance": 5,
  "transactTime": "2000-01-23T04:56:07.000+00:00",
  "currency": "currency",
  "text": "text",
  "account": 0,
  "timestamp": "2000-01-23T04:56:07.000+00:00"
}