get
https://api.liquiditytech.com/api/v1/trading/account
Description
Returns the margin & risk overview of your trading portfolio on each connected exchange (e.g. BINANCE, OKX, EDX).
Each object in data[] represents the same portfolio on one venue.
Rate Limit
2 requests per 1s.
Permission
- Accessible by Main or Sub Trading Portfolio API keys with
readpermission.
Request
This endpoint does not require any request parameters.
Response
| Field | Type | Description |
|---|---|---|
| portfolioId | String | trading portfolio ID to which this account view belongs. |
| exchangeType | String | RapidX Venue / exchange of this trading account, e.g. BINANCE, OKX, EDX. |
| equity | String | Total account equity on this venue, valued in USDT-equivalent (including cash balance and P&L). |
| maintainMargin | String | Maintenance margin requirement for all open positions on this venue. |
| positionValue | String | Notional value of all open positions on this venue. |
| uniMMR | String | Unified maintenance margin rate / internal risk metric. Higher value means higher margin requirement. |
| riskRatio | String | Risk ratio of this account (0–1 or 0–100% depending on UI), used for risk display and liquidation checks. |
| accountStatus | String | Trading account status, e.g. NORMAL. |
| marginValue | String | Total margin balance on this venue (after conversion to the unified margin currency). |
| frozenMargin | String | Margin currently locked (e.g. for open orders or positions) and not available for new trades or withdrawal. |
| perpMargin | String | Margin allocated specifically to perpetual contracts. |
| debtMargin | String | Borrowed margin or negative balance amount (if any). |
| openLossMargin | String | Margin portion reserved to cover current open losses. |
| validMargin | String | Effective margin after deducting open loss, used for risk and liquidation calculations. |
| availableMargin | String | Margin available for opening new positions or for withdrawal. |
| upnl | String | Unrealized P&L (profit and loss) on this venue. |
| positionMode | String | Position mode on this venue, e.g. NET (one-way) or HEDGE (dual-side) depending on exchange settings. |
