Get net open margin position limits

get/api/prime/trading/v1/accounts/{accountID}/margin/netopenpositionlimits

Returns the asset-specific net open position limits for the specified account.

Path Parameters

  • accountIDstringRequired
    The ID of the account

200 Response

netOpenPositionLimits array[object]
Example: {"enterpriseId":"enterprise-123","currency":"BTC","shortMarginPositionNotionalLimit":{"quantity":"1000000","currency":"USD"},"longMarginPositionNotionalLimit":{"quantity":"2000000","currency":"USD"}}
enterpriseId string required
The unique identifier for the enterprise (e.g., "enterprise-123").
currency string required
The currency symbol for the net open position limit (e.g., "BTC").
shortMarginPositionNotionalLimit object required
Quantity representing the notional limit for short margin positions in the specified currency (e.g., "1000000"). Currency represents the currency in which the quantity is valued (e.g., "BTC").
Example: {"quantity":"100.0","currency":"USD"}
longMarginPositionNotionalLimit object required
Quantity representing the notional limit for long margin positions in the specified currency (e.g., "2000000"). Currency represents the currency in which the quantity is valued (e.g., "BTC").
Example: {"quantity":"100.0","currency":"USD"}