Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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 }
Returns trading capability info for given subaccount.
General API key with full access
Authentication string
Trading enabled status.
Was this page helpful?