Cryptocurrency News & Market Updates

NEX is available for trading!
NEX is available for trading!

We’re thrilled to announce that NEX is available for trading on Kraken!

Funding and trading

NEX trading is live as of May 20, 2026.

May 20, 20262 min read


GENIUS is available for trading!
GENIUS is available for trading!

May 15, 20261 min read

AVA is available for trading!
AVA is available for trading!

May 15, 20262 min read

Kraken API Unlocked: running multi-strategy operations on Kraken — subaccounts, API keys, and the two layers of separation that matter
Kraken API Unlocked: running multi-strategy operations on Kraken — subaccounts, API keys, and the two layers of separation that matter

TL;DR

  • Most multi-strategy operations need two layers of separation: process isolation (one API key per process) and strategy isolation (subaccounts with their own balances, P&L, and risk surface). Kraken supports both natively.

  • Multiple API keys solve process problems inside one account: separate nonce sequences, scoped permissions, clean blast radius if a single key is compromised.

  • Subaccounts isolate each strategy across linked accounts: separate balances, separate margin calculations, separate per-account rate limits, while still consolidating into one volume tier for fees.

  • Subaccounts on Kraken Derivatives are open to any eligible client (set up via support ticket); on Kraken Spot they are gated to institutional clients via the Kraken institutional team.

  • Run one API key per process. Most “invalid nonce” errors in production are one key shared across multiple processes, not a clock-skew problem.

Two layers of separation: process isolation vs. strategy isolation

The core architectural question for systematic traders is how to separate strategies, permissions, and balances across accounts and processes. Kraken provides two distinct answers, operating at different layers.

May 15, 20266 min read