---
title: "Get net open margin position limits"
method: GET
path: "/api/prime/trading/v1/accounts/{accountId}/margin/netopenpositionlimits"
tags: ["Margin"]
---

# 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

- `accountId` string, required

## Response `200`

Net open position limits

- object
  - `netOpenPositionLimits` MarginNetOpenPositionLimit[]
    - `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").
      - `quantity` string, decimal, required — The specified quantity.
      - `currency` string, required — The specified quantity currency.
    - `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").
      - `quantity` string, decimal, required — The specified quantity.
      - `currency` string, required — The specified quantity currency.

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `403` — Forbidden - Insufficient permissions
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
