get https://api.liquiditytech.com/api/v1/deposit/list
Retrieve the deposit records according to the accountId and currency
Tips
Applies to both primary user and trading portfolio's API Key. Permission: READ.
Request
Field name | Type | Necessary | Remarks |
---|---|---|---|
accountId | Long | N | accountId |
accountType | String | N | Deposit destination : LTP/BINANCE/OKX |
currency | String | N | transfer coin |
startTime | Long | N | Start time: timestamp |
endTime | Long | N | End time: timestamp |
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 |
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 |
Details
1. API Key
The deposit history for the MainPortfolio is obtained using the primary user's API key.
The deposit history of other Trading Portfolios under the primary user are required to obtain by their owned Trading Portfolio API.