Blocks
Kraken
⚠️ Crypto exchange trading and market data
Connect to Kraken cryptocurrency exchange API for trading, market data, account management, and order execution. Access real-time prices, order books, trading history, and execute trades. Uses API key authentication for secure access. ⚠️ REGULATORY NOTICE: This integration is for authorized use only. Users are responsible for compliance with all applicable financial regulations, KYC/AML requirements, and trading laws in their jurisdiction. Trading carries significant financial risk.
Block Preview
Kraken
⚠️ Crypto exchange trading and market data
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the kraken block with monitoring enabled in production.
Inputs (UI)
API Key
short-input⚠️ Keep your API keys secure. Never share them.
Placeholder: Your Kraken API Key
Layout: full
API Secret
short-inputPlaceholder: Your Kraken API Secret
Layout: full
Operation
dropdownLayout: full
Options: Get Server Time, Get Asset Info, Get Ticker Information, Get OHLC Data
Trading Pair
short-inputPlaceholder: XXBTZUSD (BTC/USD)
Layout: half
Condition: operation = ["get_ticker","get_ohlc","get_orderbook","get_recent_trades","add_order"]
Interval (minutes)
dropdownLayout: half
Condition: operation = "get_ohlc"
Options: 1 Minute, 5 Minutes, 15 Minutes, 30 Minutes
Count
short-inputPlaceholder: 100
Layout: half
Condition: operation = ["get_ohlc","get_orderbook","get_recent_trades"]
Asset
short-inputPlaceholder: XBT, ETH, USDT
Layout: half
Condition: operation = ["get_asset_info","get_deposit_methods","get_deposit_addresses","get_withdrawal_info"]
Order Type
dropdownLayout: half
Condition: operation = "add_order"
Options: Market, Limit, Stop Loss, Take Profit
Order Side
dropdownLayout: half
Condition: operation = "add_order"
Options: 🟢 Buy, 🔴 Sell
Volume
short-inputPlaceholder: 0.01
Layout: half
Condition: operation = "add_order"
Price (for limit orders)
short-inputPlaceholder: 50000
Layout: half
Condition: operation = "add_order"
Order ID
short-inputPlaceholder: Order transaction ID
Layout: full
Condition: operation = "cancel_order"
Inputs (API)
apiKey
stringRequired
apiSecret
stringRequired
operation
stringRequired
pair
stringOptional
interval
stringOptional
count
numberOptional
asset
stringOptional
orderType
stringOptional
side
stringOptional
volume
stringOptional
price
stringOptional
orderId
stringOptional
Outputs
Primary response type:
{
"success": "boolean",
"data": "any"
}Tool Access
Compliance Notice
REGULATORY NOTICE: Cryptocurrency trading carries extreme financial risk and may result in total loss of capital. This block is intended for authorized use only. Users must comply with all applicable financial regulations, KYC/AML requirements, and cryptocurrency trading laws in their jurisdiction. Kraken is a regulated exchange operating in multiple jurisdictions. Users are solely responsible for ensuring compliance with local laws, tax obligations, and trading regulations.