POST
/
rest
/
firm-product-limit
/
remove
Remove Firm Product Limit
curl --request POST \
  --url https://api.exchange.fairx.net/rest/firm-product-limit/remove \
  --header 'Content-Type: application/json' \
  --data '{
  "firm_uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6",
  "product_code": "BIPZ30"
}'
{
  "firm_uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6",
  "product_code": "BIPZ30",
  "product_name": "Bitcoin Perpetual Index Futures Dec 2030",
  "trading_disabled": false
}

Body

application/json

Product limit removal parameters

firm_uuid
string
Example:

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

product_code
string
Example:

"BIPZ30"

Response

Successfully removed firm product limit

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