get https://api.bring.trade/api/v1/account/withdraw/history/trade
Query withdrawal 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 |
initTx | String | N | Request tx hash |
📬 Response
Field | Type | Description |
---|---|---|
initTx | String | Request tx hash |
confirmTx | String | Withdraw tx hash |
sign | String | User sign |
confirmSign | String | Confirm sign |
wallet | String | Wallet address |
nonce | String | Nonce |
chainId | String | Chain ID |
amount | String | Withdraw token amount |
currency | String | Token name |
token | String | Token address |
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). |