Weavz
Kraken

Kraken

Automate Kraken market data, balances, orders, withdrawals, withdrawal status, and cancellation workflows.

CustomFinance
12 tools

Tools

Name
get_system_status

Retrieve Kraken spot exchange system status.

list_asset_pairs

List Kraken tradable asset pairs and exchange metadata.

get_ticker

Retrieve Kraken ticker information for one or more asset pairs.

get_order_book

Retrieve Kraken order book depth for an asset pair.

get_balance

Retrieve Kraken account balances.

list_open_orders

List Kraken open orders with optional trade details.

list_closed_orders

List Kraken closed orders with status, time, and pagination filters.

add_order

Place a Kraken spot order.

cancel_order

Cancel a Kraken open order by transaction ID or user reference.

withdraw_funds

Request a Kraken withdrawal to a preconfigured withdrawal key.

get_withdraw_status

List Kraken withdrawal status records.

cancel_withdrawal

Cancel a recently requested Kraken withdrawal when the provider lifecycle still permits cancellation.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('kraken', 'get_system_status', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'kraken',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Kraken to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Kraken support?

Kraken supports 12 tools including Get System Status, List Asset Pairs, Get Ticker, Get Order Book, Get Balance, and more.

Can I use Kraken with AI agents?

Yes. Add Kraken to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Kraken be used in stateful agent workflows?

Yes. Agents can combine Kraken tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Kraken use?

Kraken uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Kraken integration cost?

The Kraken integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Kraken in minutes

Get 20,000 free action executions every month. No credit card required.