Skip to main content
PUT
/
subaccount
/
{subaccountUid}
/
trading-enabled
Update subaccount trading status
curl --request PUT \
  --url https://futures.kraken.com/derivatives/api/v3/subaccount/{subaccountUid}/trading-enabled \
  --header 'APIKey: <api-key>' \
  --header 'Authent: <api-key>'
{
  "tradingEnabled": true
}

Authorizations

APIKey
string
header
required

General API key with full access

Authent
string
header
required

Authentication string

Path Parameters

subaccountUid
string<uuid>
required

Query Parameters

tradingEnabled
boolean
required

Response

Trading was successfully enabled/disabled.

tradingEnabled
boolean
required