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
}

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