latestOpenAPI 3.0.32026-08-224982,0272.8 MB

e445c15e5bee

Margin

Get net open margin position limits

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

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

Path parameters

accountIdstring required

The ID of the account

Response

Net open position limits

Example response

{
  "netOpenPositionLimits": [
    {
      "enterpriseId": "enterprise-123",
      "currency": "BTC",
      "shortMarginPositionNotionalLimit": {
        "quantity": "1000000",
        "currency": "USD"
      },
      "longMarginPositionNotionalLimit": {
        "quantity": "2000000",
        "currency": "USD"
      }
    }
  ]
}