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
}

Documentation Index

Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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