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.

Back to Catalog
Toolskraken

Block Preview

Kraken

⚠️ Crypto exchange trading and market data

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. 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-input

Placeholder: Your Kraken API Secret

Layout: full

Operation

dropdown

Layout: full

Options: Get Server Time, Get Asset Info, Get Ticker Information, Get OHLC Data

Trading Pair

short-input

Placeholder: XXBTZUSD (BTC/USD)

Layout: half

Condition: operation = ["get_ticker","get_ohlc","get_orderbook","get_recent_trades","add_order"]

Interval (minutes)

dropdown

Layout: half

Condition: operation = "get_ohlc"

Options: 1 Minute, 5 Minutes, 15 Minutes, 30 Minutes

Count

short-input

Placeholder: 100

Layout: half

Condition: operation = ["get_ohlc","get_orderbook","get_recent_trades"]

Asset

short-input

Placeholder: XBT, ETH, USDT

Layout: half

Condition: operation = ["get_asset_info","get_deposit_methods","get_deposit_addresses","get_withdrawal_info"]

Order Type

dropdown

Layout: half

Condition: operation = "add_order"

Options: Market, Limit, Stop Loss, Take Profit

Order Side

dropdown

Layout: half

Condition: operation = "add_order"

Options: 🟢 Buy, 🔴 Sell

Volume

short-input

Placeholder: 0.01

Layout: half

Condition: operation = "add_order"

Price (for limit orders)

short-input

Placeholder: 50000

Layout: half

Condition: operation = "add_order"

Order ID

short-input

Placeholder: Order transaction ID

Layout: full

Condition: operation = "cancel_order"

Inputs (API)

apiKey

string

Required

apiSecret

string

Required

operation

string

Required

pair

string

Optional

interval

string

Optional

count

number

Optional

asset

string

Optional

orderType

string

Optional

side

string

Optional

volume

string

Optional

price

string

Optional

orderId

string

Optional

Outputs

Primary response type:

{
  "success": "boolean",
  "data": "any"
}

Tool Access

kraken_api

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.

crypto_tradinghigh_riskregulatedkyc_requiredregion_restricted
Kraken | NowFlow Blocks