Skip to main content
GET
Get Firm Product Limits

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

Successfully retrieved firm product limits

firm_uuid
string
Example:

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

product_code
string
Example:

"BIPZ30"

product_name
string
Example:

"Bitcoin Perpetual Index Futures Dec 2030"

trading_disabled
boolean
Example:

false

trading24x7_disabled
boolean
long_daily_position_limit
integer<int32>
Example:

10000

short_daily_position_limit
integer<int32>
Example:

15000

long_real_position_limit
integer<int64>
Example:

15000

short_real_position_limit
integer<int64>
Example:

20000