GET
/
rest
/
firms
Get All Firms
curl --request GET \
  --url https://api.exchange.fairx.net/rest/firms
[
  {
    "firm_uuid": "123e4567-e89b-12d3-a456-426614174000",
    "fcm_uuid": "abcdef12-3456-7890-abcd-ef1234567890",
    "name": "Acme Trading",
    "code": "ABC",
    "firm_role": "TRADING_FIRM",
    "max_order_size": 200,
    "self_match_prevention_mode": "CANCEL_AGGRESSING",
    "is24_by7_trading_disabled": false
  }
]

Response

Successfully retrieved firms

The response is of type object[].