GET
/
rest
/
firm-product-group-limit
/
{firm_uuid}
Get Firm Product Group Limits
curl --request GET \
  --url https://api.exchange.fairx.net/rest/firm-product-group-limit/{firm_uuid}
[
  {
    "firm_uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6",
    "product_group": "CRYPTO",
    "trading_disabled": false,
    "firm_product_limits": [
      {
        "firm_uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6",
        "product_code": "BIPZ30",
        "product_name": "Bitcoin Perpetual Index Futures Dec 2030",
        "trading_disabled": false
      }
    ]
  }
]

Path Parameters

firm_uuid
string
required

The UUID of the firm to get product group limits for

Example:

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

Response

200
application/json

Successfully retrieved firm product group limits

The response is of type object[].