Coinbase Derivatives API
cURL
curl --request POST \ --url https://api.exchange.fairx.net/rest/unlock-trading \ --header 'CB-ACCESS-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "fcm_uuid": "123e4567-e89b-12d3-a456-426614174000", "firm_uuid": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "trading_user_uuid": "f81d4fae-7dec-11d0-a765-00a0c91e6bf6" } '
{ "num_users_affected": 4, "num_orders_canceled": 0 }
Deactivates kill switch to cancel orders and unlocks trading for specified users, firms, or FCMs. Must only include one uuid (fcm, firm, or trading user).
The key string of the API key for the request
Unlock Trading parameters
"123e4567-e89b-12d3-a456-426614174000"
"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
"f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
Unlock trading executed successfully. Note: numOrdersCanceled will always be 0
4
0
Was this page helpful?