Skip to main content
GET
/
rest
/
v2
/
firm-product-limit
/
{firm_uuid}
V2 - Get Firm Product Limits
curl --request GET \
  --url https://api.exchange.fairx.net/rest/v2/firm-product-limit/{firm_uuid} \
  --header 'CB-ACCESS-KEY: <api-key>'
[
  {
    "firm_uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6",
    "product_code": "BIP",
    "product_name": "Bitcoin Perpetual Index Futures Dec 2030",
    "trading_disabled": false,
    "trading24x7_disabled": false,
    "long_daily_position_limit": 123,
    "short_daily_position_limit": 123,
    "long_real_position_limit": 123,
    "short_real_position_limit": 123
  }
]

Authorizations

CB-ACCESS-KEY
string
header
required

The key string of the API key for the request

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:

"BIP"

Response

Successfully retrieved firm product limits

firm_uuid
string
Example:

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

product_code
string
Example:

"BIP"

product_name
string
Example:

"Bitcoin Perpetual Index Futures Dec 2030"

trading_disabled
boolean
Example:

false

trading24x7_disabled
boolean
Example:

false

long_daily_position_limit
integer<int32>
short_daily_position_limit
integer<int32>
long_real_position_limit
integer<int64>
short_real_position_limit
integer<int64>