Coinbase Derivatives API
cURL
curl --request POST \ --url https://api.exchange.fairx.net/rest/firm-product-group-limit \ --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 }
Creates a zero position limit to a specific firm/product group that disables trading for that combination.
Product group limit parameters
"f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
CURRENCY
EQUITY
ENERGY
METALS
INTEREST_RATE
AGRICULTURE
CRYPTO
"CRYPTO"
Successfully created firm product group limit
true
Was this page helpful?