GET
/
rest
/
firm-product-limit
/
{firm_uuid}
Get Firm Product Limits
curl --request GET \
  --url https://api.exchange.fairx.net/rest/firm-product-limit/{firm_uuid}
[
  {
    "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"

Query Parameters

product_code
string

The product Code to query limits (exclude to query all products)

Example:

"BIPZ30"

Response

200
application/json

Successfully retrieved firm product limits

The response is of type object[].