Coinbase Derivatives API
cURL
curl --request POST \ --url https://api.exchange.fairx.net/rest/firm-product-limit \ --header 'CB-ACCESS-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "firm_uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6", "product_code": "BIP" } '
{ "firm_uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6", "product_code": "BIP", "product_name": "Bitcoin Perpetual Index Futures Dec 2030", "trading_disabled": false }
Creates a limit that will block the firm from trading the corresponding product.
The key string of the API key for the request
Product limit parameters
"f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
"BIP"
Successfully created firm product limit
"Bitcoin Perpetual Index Futures Dec 2030"
false
Was this page helpful?