GET
/
rest
/
firm-position-limits
List All Position Limits
curl --request GET \
  --url https://api.exchange.fairx.net/rest/firm-position-limits
[
  {
    "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"
  }
]

Response

200 - application/json

Successfully retrieved all firm position limits

firm_uuid
string
Example:

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

long_limit
integer
Example:

1000000

short_limit
integer
Example:

500000

weekend_margin_multiplier
number
Example:

2

source
enum<string>
Available options:
OVERRIDE,
CLEARING_HOUSE,
FCM
timestamp
string
Example:

"2025-08-06T12:13:34Z"