crypto
Kraken cryptocurrency exchange integration - trade, check balances, manage orders, and access market data
Quick Install
npm install @openpets/crypto pnpm add @openpets/crypto Required Environment Variables
-
KRAKEN_API_KEYKraken API key for authenticated requests
-
KRAKEN_API_SECRETKraken API secret for signing requests
Available Tools (14)
These tools are available when you install the crypto plugin in your AI assistant.
kraken-get-ticker
Get current ticker/price information for one or more trading pairs on Kraken
kraken-get-balance
Get account balance for all assets on Kraken
kraken-get-trade-balance
Get trade balance including equity, margin, and unrealized P&L
kraken-get-open-orders
Get all open orders on Kraken
kraken-get-closed-orders
Get closed orders history on Kraken
kraken-add-order
Place a new order on Kraken exchange
kraken-cancel-order
Cancel an open order on Kraken
kraken-cancel-all-orders
Cancel all open orders on Kraken
kraken-get-asset-pairs
Get available trading pairs on Kraken
kraken-get-ohlc
Get OHLC (candlestick) data for a trading pair
kraken-get-order-book
Get order book (market depth) for a trading pair
kraken-get-trades-history
Get trade history for your account
kraken-get-ledgers
Get ledger entries (deposits, withdrawals, trades, fees)
kraken-system-status
Check Kraken system status
Supported Providers
This plugin integrates with the following services. Configure your preferred provider.
Kraken
Example Queries
get bitcoin price check my kraken balance show open orders buy 0.01 BTC get BTCUSD ticker Usage Scenarios
market data
- 1
get BTCUSD ticker - 2
get asset pairs - 3
check system status
trading
- 1
check balance - 2
show open orders - 3
place limit order
Use crypto with Your AI Assistant
This open source plugin works with OpenCode-compatible AI assistants including ChatGPT, Claude, Perplexity, and other LLM-powered coding tools. Install the plugin and start using natural language to interact with Kraken.