post https://api-pro.sim.hashkeydev.com/api/v1/account/fiat/withdraw
Newly added endpoint
Weight: 1
Request Parameters
| PARAMETER | TYPE | Req 'd | Example Values | DESCRIPTION |
|---|---|---|---|---|
| bankAccount | STRING | Y | 12345678 | The bank account number of the designated bank, must be from the added bank list in your account |
| asset | STRING | Y | HKD | "USD", "HKD" |
| amount | STRING | Y | 1000 | Withdrawal Amount |
| remark | STRING | Test | Remark field length limit: 128 characters. | |
| clientOrderId | STRING | 12345678 | An ID defined by the client for the withdrawal order | |
| timestamp | LONG | Y | 1712317312973 | Timestamp |
Response Content
| PARAMETER | TYPE | Example Values | DESCRIPTION |
|---|---|---|---|
| success | BOOELEAN | true | Error code |
| orderId | STRING | FW480049635179401216 | Fiat Order ID |
| clientOrderId | STRING | 12345678 | An ID defined by the client for the withdrawal order |