Skip to main content
GET
/
subaccount
/
{subaccountUid}
/
trading-enabled
Check subaccount trading status
curl --request GET \
  --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

Response

Trading enabled status.

tradingEnabled
boolean
required