get https://api-pro.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 | Test | Remark | |
limit | INTEGER | 10 | Maximum number of queries. Default 500, maximum 1000 | |
walletId | STRING | 1667406048590383617 | Wallet ID | |
clientOrderId | STRING | w12912 | Custom Withdrawal ID | |
timestamp | LONG | Y | 1712317312973 | TImestamp |
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 |
| addressExt | STRING | 123456 | addressExt is a unique code used to identify a specific account or user, ensuring that funds are sent to the correct recipient. Other exchanges or wallets may refer to Memo as Digital ID, Tag, Memo, Note, Remark, or Comment. |
| 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 - successful - canceled - canceling |
| failedReason | STRING | KYT_FAILED, ASSET_FROZEN_FAILED, ONCHAIN_FAILED | |
| 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 | |
| clientOrderId | STRING | w12912 | Custom Withdrawal ID |