What problem does it solve?
Enables safe, automated access to Kraken exchange operations from an execution environment so users can query market data, manage accounts, and place authenticated trades without manually composing CLI commands.
Core Features & Use Cases
- Market data and discovery: Ticker, OHLC, orderbook, trades, spreads, pairs, and system status in machine-readable JSON.
- Account & order management: Authenticated balance checks, open/closed orders, trade history, create/edit/cancel orders, and confirmations before execution.
- Funding, earn/staking, paper trading, and optional futures: Deposit/withdraw workflows, staking allocations, paper-mode simulation for testing, and futures trading with separate credentials.
- Safety & reliability: Enforces CLI availability, environment-based credentials, JSON output for automation, explicit confirmation contract before any real trade, and structured error categories with retry guidance.
Quick Start
Place a confirmed market buy for 0.001 BTC on BTCUSD using my configured Kraken API keys and return the CLI JSON response.