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 | |
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 |
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 -under_review |
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 | USDT | Fee Currency ID |
feeCoinName | STRING | USDT | Fee Currency Name |
fee | STRING | 0.00600000 | Handling fee |
remark | STRING | Remark |