Kraken
Automate Kraken market data, balances, orders, withdrawals, withdrawal status, and cancellation workflows.
Tools
| Name | Description |
|---|---|
get_system_statusRetrieve Kraken spot exchange system status. | Retrieve Kraken spot exchange system status. |
list_asset_pairsList Kraken tradable asset pairs and exchange metadata. | List Kraken tradable asset pairs and exchange metadata. |
get_tickerRetrieve Kraken ticker information for one or more asset pairs. | Retrieve Kraken ticker information for one or more asset pairs. |
get_order_bookRetrieve Kraken order book depth for an asset pair. | Retrieve Kraken order book depth for an asset pair. |
get_balanceRetrieve Kraken account balances. | Retrieve Kraken account balances. |
list_open_ordersList Kraken open orders with optional trade details. | List Kraken open orders with optional trade details. |
list_closed_ordersList Kraken closed orders with status, time, and pagination filters. | List Kraken closed orders with status, time, and pagination filters. |
add_orderPlace a Kraken spot order. | Place a Kraken spot order. |
cancel_orderCancel a Kraken open order by transaction ID or user reference. | Cancel a Kraken open order by transaction ID or user reference. |
withdraw_fundsRequest a Kraken withdrawal to a preconfigured withdrawal key. | Request a Kraken withdrawal to a preconfigured withdrawal key. |
get_withdraw_statusList Kraken withdrawal status records. | List Kraken withdrawal status records. |
cancel_withdrawalCancel a recently requested Kraken withdrawal when the provider lifecycle still permits cancellation. | Cancel a recently requested Kraken withdrawal when the provider lifecycle still permits cancellation. |
Quick Start
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.
How do I connect Kraken to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Kraken as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Kraken tools exposed by that workspace.
Does Kraken work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Kraken work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Kraken?
Kraken exposes 12 tools, including Get System Status, List Asset Pairs, Get Ticker, Get Order Book, Get Balance, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
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.