get https://api.liquiditytech.com/api/v1/trading/account
Rate Limit: 2 requests per 1 seconds.
Retrieve account detail in portfolio level.
Request
Name | Type | Mandatory | Description |
---|
Response
Field | Type | Remark |
---|---|---|
portfolioId | String | Portfolio ID |
exchangeType | String | Exchange type( Binance , OKX) |
equity | String | Equity |
maintainMargin | String | Maintenance margin |
positionValue | String | Position value |
uniMMR | String | uniMMR(default 999999) |
accountStatus | String | account status (NORMAL, MARGIN_CALL, CANCEL_OPEN, CANCEL_ALL, LIQUIDATING, TAKEOVER) |
marginValue | String | total margin value |
frozenMargin | String | frozen margin(Initial margin Including perpMargin and debtMargin) |
perpMargin | String | perpetual contract margin |
debtMargin | String | debt margin |
openLossMargin | String | openLossmargin includes margin losses and fee losses due to the difference in discount rates for spot orders, as well as losses from contract opening and closing fees. |
validMargin | String | valid margin |
availableMargin | String | available margin available margin is used to calculate the maximum position size. |
upnl | String | Unrealized Profit and Loss |