get
https://api.bring.trade/api/v1/account/info
This API provides detailed information about a user's trading account.
⏳ Limit
1 request per 1 second.
🛠️ Parameters
None
📬 Response
| Name | Type | Description |
|---|---|---|
| accountId | String | The unique identifier for the user’s account in the trading system. |
| equity | String | The current equity value in the account. |
| maintainMargin | String | Maintenance margin. |
| positionValue | String | The total value of the current positions held in the account. |
| uniMMR | String | Universal Minimum Maintenance Requirement (default value 999999). |
| accountStatus | String | The current status of the account, which can be one of the following: NORMAL, MARGIN_CALL, CANCEL_OPEN, CANCEL_ALL, LIQUIDATING, TAKEOVER. |
| marginValue | String | Total margin value. |
| frozenMargin | String | Frozen margin. |
| perpMargin | String | Perpetual contract margin. |
| debtMargin | String | Debt margin. |
| openLossMargin | String | OpenLossMargin includes margin losses and fee losses resulting from differences in discount rates, as well as losses from contract opening and closing fees. |
| validMargin | String | Valid margin. |
| availableMargin | String | Available margin. |
| unrealizedPnl | String | Unrealized Profit and Loss. |
| positionMode | String | NET: one-way modeBOTH: hedged position mode |