get
https://api.connex.trade/api/v1/broker/deposit/list
Retrieve the deposit records according to the accountId and currency
Permission
- Applies to primary user's API Key only
- Permission: READ.
Rate Limit
- to be confirmed
Request
| Field name | Type | Necessary | Remarks |
|---|---|---|---|
| accountId | Long | N | accountId |
| accountType | String | N | Deposit destination : BINANCE/OKX |
| currency | String | N | transfer coin |
| startTime | Long | N | Start time: timestamp |
| endTime | Long | N | End time: timestamp |
| status | Long | N | Status: 2: Executing 3: Executed Successfully 4: Executed Failed |
| page | Integer | N | Current page, default=1, the min value=1 |
| pageSize | Integer | N | Page size, default=1000, the max value=1000 |
Response
| Field name | Type | Remarks |
|---|---|---|
| id | Long | Order ID |
| accountId | Long | Trade account ID |
| accountName | String | Trade account Name |
| accountType | String | deposit destination |
| currency | String | Currency |
| network | String | Network |
| address | String | Address |
| amount | Double | Amount |
| status | Long | Status: 2: Executing 3: Executed Successfully 4: Executed Failed |
| txId | String | Transaction ID |
| info | String | Error reason |
| applyTime | String | Apply time |
