get
https://api.bring.trade/api/v1/trade/position
Query all positions.
⏳ Limit
150 requests per minute.
🛠️ Parameters
| Field | Type | Mandatory | Description |
|---|---|---|---|
| symbol | String | N | The trading pair or asset symbol. |
📬 Response
| Field | Type | Description |
|---|---|---|
| positionId | String | Position ID |
| accountId | String | Account ID |
| symbol | String | The trading pair or asset symbol. |
| positionSide | String | One-way mode:NONEHedged position side: LONG,SHORT |
| positionMargin | String | Position margin |
| positionMM | String | Position Maintenance Margin, the minimum margin required to maintain the current position; falling below this amount may trigger liquidation. |
| positionQty | String | The size of the current position in number of coins (Positive means Long, Negative means Short positions). |
| positionValue | String | The total value of the current position, calculated as position quantity multiplied by the current price. |
| unrealizedPnl | String | The unrealized profit and loss on open positions involving the asset. |
| unrealizedPnlRate | String | The percentage of unrealized profit or loss relative to the initial margin or position value, used to assess the profitability of the position. |
| avgPrice | String | The average price at which the current position was established; the average entry price. |
| markPrice | String | Mark price |
| leverage | String | Leverage |
| maxLeverage | String | Max leverage |
| fee | String | The trading fee incurred for the executed trades. |
| fundingFee | String | Funding fee |
| 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). |
| liqPrice | String | The price at which the position will be forcibly closed (liquidated) if the market price reaches it. |