get https://api-glb.sim.hashkeydev.com/api/v1/account/withdrawOrders
Retrieve withdrawal history
Weight: 5
Request Parameters
| PARAMETER | TYPE | Req 'd | Example Values | DESCRIPTION | 
|---|---|---|---|---|
| coin | STRING | USDT | Coin | |
| startTime | LONG | 1691142675492 | Start Time | |
| endTime | LONG | 1691142679567 | End Time | |
| remark | STRING | Remark (To be released) | ||
| limit | INTEGER | 10 | Maximum number of queries | |
| timestamp | LONG | Y | 1712317312973 | Timestamp | 
| memo | STRING | 123456 | Memo required for some coins and networks when withdraw. Only supports letters and numbers. Maximum of 20 characters.  | 
Response Content
| PARAMETER | TYPE | Example Values | DESCRIPTION | 
|---|---|---|---|
| - | Object Array | Query result list | |
| time | STRING | 1691053667700 | Timestamp | 
| id | STRING | W474986756938121216 | Withdrawal order ID | 
| coin | STRING | ETH | Coin | 
| coinId | STRING | ETH | Coin ID | 
| coinName | STRING | ETH | Coin Name | 
| address | STRING | 0xa0d6ad420c440de473980117877dec0a89dafbef | Withdrawal Address | 
| quantity | STRING (decimal) | 0.05000000 | Withdrawal amount entered by the user | 
| arriveQuantity | STRING (decimal) | 0.05000000 | Net amount received | 
| status | STRING | successful | Status: failed 提现失败 withdrawing 提现中 under_review 提现审核中 successful 提现成功 canceled 提现已取消 canceling 提现取消中  | 
| txId | STRING | 0x448345d7d95614e19ad2c499be451cdec8d9fa109889f4dab201e3e50f0a06b4 | Transaction ID | 
| addressUrl | STRING | 0xa0d6ad420c440de473980117877dec0a89dafbef | Withdrawal address URL (Same as address) | 
| feeCoinId | STRING | ETH | Fee Currency ID | 
| feeCoinName | STRING | ETH | Fee Currency Name | 
| fee | STRING | 0.00600000 | Handling fee | 
| remark | STRING | Remark | |
| platform | STRING | Binance | Network name | 
| memo | STRING | 123456 | Memo required for some coins and networks when withdrawal. Only supports letters and numbers. Maximum of 20 characters.  |