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"
}
}
]
}Changes
No recorded changes to this endpoint across all 20 revisions of this API.