get
https://EXCHANGE-REGION-ENDPOINT-URL.com/v1/withdraw
Request Parameters
| Field Name | Description | Type |
|---|---|---|
| uuid | Withdrawal UUID | String |
| txid | Withdrawal TXID | String |
| currency | Currency Symbol | String |
Response
| Field Name | Description | Type |
|---|---|---|
| type | Withdrawal Type | String |
| uuid | Unique ID for Withdrawal | String |
| currency | Currency Symbol | String |
| net_type | Currency Network | String |
| txid | Transaction ID for Withdrawal | String |
| state | Withdrawal Status
| String |
| created_at | Generation Time | DateString |
| done_at | Completion Time | DateString |
| amount | Withdrawal Quantity | NumberString |
| fee | Withdrawal Fees | NumberString |
| transaction_type | Withdrawal Type
| String |
| is_cancelable | Cancelable Withdrawal (Y/N) | Boolean |
