get https://api-pro.sim.hashkeydev.com/api/v1/account/depositOrders
Weight: 5
Deposit Status
| Deposit Type | Description |
|---|---|
| 1 | Pending address authentication 待地址认证 |
| 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 recharge fails 首次验证签名失败 |
| 12 | Deposit processing 充值中 |
Request Parameters
| PARAMETER | TYPE | Req 'd | Example values | DESCRIPTION |
|---|---|---|---|---|
| coin | STRING | ETH_USDT | Chain_Coin | |
| 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 | |
| depositOrderId | STRING | Deposit order ID | Do not support Batch. | |
| clientOrderId | STRING | Client order ID | The unique ID assigned by the client | |
| 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 |
| clientOrderId | STRING | REF-20250428-ETH-789012 | The unique ID assigned by the client |
| coin | STRING | ETH | Coin |
| coinName | STRING | ETH | Coin name |
| address | STRING | 0xa0D6AD420C440de473980117877DEC0a89DAFbeF | Deposit address |
| quantity | STRING (decimal) | 0.05000000000000000000 | Deposit amount |
| refundCode | STRING | RFD-20250428-001 | Refund code |
| refundReason | STRING | Incomplete KYC verification | Refund description |
| status | ENUM | 4 | Deposit status |
| statusCode | ENUM | 4 | Same as status |
| txId | STRING | 0xbd40b38543767a7d441c87c676ddfaf6cf750e4c7d8d66abd0f1665eb031932a | On-chain transaction ID |
| walletId | STRING | 1667406048590383617 | Wallet ID |
| failureReason | STRING | We do not accept deposits from third party exchanges | Failure Reason |
| chainType | STRING | Tron |