GET
/
rest
/
firm-position-limits
/
{firm_uuid}
Get Firm Position Limits
curl --request GET \
  --url https://api.exchange.fairx.net/rest/firm-position-limits/{firm_uuid}
[
  {
    "firm_uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6",
    "long_limit": 1000000,
    "short_limit": 500000,
    "weekend_margin_multiplier": 2,
    "source": "OVERRIDE",
    "timestamp": "2025-08-06T12:13:34Z"
  }
]

Path Parameters

firm_uuid
string
required

The UUID of the firm to get position limits for

Example:

"f81d4fae-7dec-11d0-a765-00a0c91e6bf6"

Response

200
application/json

Successfully retrieved firm position limits

The response is of type object[].