get https://api-pro.sim.hashkeydev.com/api/v1/account/depositOrders
Weight: 5
Deposit Status
Deposit Type | Description |
---|---|
1 | Pending address authentication |
2 | Under review |
3 | Deposit failed |
4 | Deposit successful |
5 | Refunding |
6 | Refund completed |
7 | Refund failed |
8 | In the account |
9 | The first address verification of personal address fails |
10 | RMS failed |
Request Parameters
PARAMETER | TYPE | Req 'd | Example values | DESCRIPTION |
---|---|---|---|---|
coin | STRING | USDT | Coin name | |
startTime | LONG | 16500121212121 | Start timestamp | |
endTime | LONG | 16600131311313 | End timestamp | |
fromId | INTEGER | 123456 | Starting ID (To be released) | |
walletId | STRING | 1667406048590383617 | Wallet ID | |
limit | INTEGER | 500 | Default 500; Max 1000 | |
timestamp | LONG | Y | 1712317312973 | Timestamp |
Response Content
PARAMETER | TYPE | Example values | DESCRIPTION |
---|---|---|---|
time | STRING | 1691048298420 | Deposit order created Timestamp |
depositOrderId | STRING | D578755281141776384 | Deposit order ID |
coin | STRING | ETH | Coin |
coinName | STRING | ETH | Coin name |
address | STRING | 0xa0D6AD420C440de473980117877DEC0a89DAFbeF | Deposit address |
quantity | STRING (decimal) | 0.05000000000000000000 | Deposit amount |
status | ENUM | 4 | Deposit status |
statusCode | ENUM | 4 | Same as status |
txId | STRING | 0xbd40b38543767a7d441c87c676ddfaf6cf750e4c7d8d66abd0f1665eb031932a | On-chain transaction ID |