get https://api.bring.trade/api/v1/account/deposit/history/trade
Query deposit records in the account.
⏳ Limit
None
🛠️ Parameters
Field | Type | Mandatory | Description |
---|---|---|---|
begin | String | N | Start time: timestamp |
end | String | N | End time: timestamp |
page | String | N | Current page, default=1, min value=1 |
pageSize | String | N | Page size, default=1000, max value=1000 |
tx | String | N | tx hash |
📬 Response
Field | Type | Description |
---|---|---|
tx | String | tx hash |
wallet | String | Wallet address |
amount | String | Deposit token amount |
currency | String | Token name |
token | String | Token address |
chainId | String | Chain ID |
status | String | INIT ,SUCCESS ,FAIL ,CONFIRM |
createTime | String | The timestamp when this portfolio record was created (in milliseconds). |
updateTime | String | The timestamp when this portfolio record was last updated (in milliseconds). |