Get FCM Risk Limits
Futures
Get Risk Limits
Retrieve the risk limits for a given entity.
GET
Get FCM Risk Limits
Path Parameters
Entity ID
Response
200 - application/json
A successful response.
Risk Limit set for a client
Example:
"10000.00"
Limit utilization calculated based on total margin and PnLs
Example:
"10000.00"
The total margin required for both positions and open orders
Example:
"1000.00"
Open Trade Equity accrued during the current trading session
Example:
"100.00"
Unsettled realized PNL for positions closed intraday
Example:
"10.12"
Unsettled accrued funding PNL from the last settlement
Example:
"10.12"
Margin utilization as a decimal percentage between 0 and 1 (e.g. 0.5 means 50%)
Example:
"0.50"
The margin health state of an FCM account.
- FCM_MARGIN_HEALTH_STATE_UNSPECIFIED: Unspecified margin health state.
- FCM_MARGIN_HEALTH_STATE_HEALTHY: Account margin is healthy.
- FCM_MARGIN_HEALTH_STATE_RESTRICTED: Account margin is restricted.
- FCM_MARGIN_HEALTH_STATE_PRE_LIQUIDATION: Account is approaching liquidation.
- FCM_MARGIN_HEALTH_STATE_LIQUIDATION: Account is in liquidation.
Available options:
FCM_MARGIN_HEALTH_STATE_UNSPECIFIED, FCM_MARGIN_HEALTH_STATE_HEALTHY, FCM_MARGIN_HEALTH_STATE_RESTRICTED, FCM_MARGIN_HEALTH_STATE_PRE_LIQUIDATION, FCM_MARGIN_HEALTH_STATE_LIQUIDATION