POST
/
rest
/
firm-product-group-limit
/
remove
Remove Firm Product Group Limit
curl --request POST \
  --url https://api.exchange.fairx.net/rest/firm-product-group-limit/remove \
  --header 'Content-Type: application/json' \
  --data '{
  "firm_uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6",
  "product_group": "CRYPTO"
}'
{
  "firm_uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6",
  "product_group": "CRYPTO",
  "trading_disabled": true
}

Body

application/json

Product group limit removal parameters

The body is of type object.

Response

200
application/json

Successfully removed firm product group limit

The response is of type object.