generated: '2026-06-20' method: derived source: Derived from the arazzo/*.yml workflow files in this repository. description: >- Catalog of native Arazzo 1.0.1 workflows stitching Kraken Spot and Futures operations into multi-step use cases. Each workflow's sourceDescriptions reference the OpenAPI in ../openapi/; operationIds are verified against those specs. workflows: - file: kraken-preflight-place-spot-order-workflow.yml workflowId: preflight-place-spot-order title: Kraken Preflight and Place Spot Order summary: Check system status and live ticker, place a spot order, then confirm it. - file: kraken-balance-aware-buy-workflow.yml workflowId: balance-aware-buy title: Kraken Balance-Aware Spot Buy summary: Read the account balance and live ticker, then branch on funding before buying. - file: kraken-amend-open-order-workflow.yml workflowId: amend-open-order title: Kraken Amend an Open Order summary: List open orders, amend one in place, then confirm the new terms. - file: kraken-cancel-and-replace-order-workflow.yml workflowId: cancel-and-replace-order title: Kraken Cancel and Replace a Spot Order summary: Inspect an order, cancel it, then place a replacement order. - file: kraken-reconcile-trade-history-workflow.yml workflowId: reconcile-trade-history title: Kraken Reconcile Spot Trade History summary: Pull trade history, drill into specific trades, then tie them to ledger entries. - file: kraken-earn-allocate-and-confirm-workflow.yml workflowId: earn-allocate-and-confirm title: Kraken Allocate Earn Funds and Confirm summary: Pick an Earn strategy, allocate funds, then poll until the allocation settles. - file: kraken-withdraw-funds-workflow.yml workflowId: withdraw-funds title: Kraken Withdraw Funds with Fee Preview summary: Check balance and withdrawal fees, withdraw to a saved address, then track status. - file: kraken-fund-futures-wallet-workflow.yml workflowId: fund-futures-wallet title: Kraken Fund the Futures Wallet from Spot summary: Check spot balance, transfer to the futures wallet, then confirm it landed. - file: kraken-place-futures-order-workflow.yml workflowId: place-futures-order title: Kraken Place a Futures Order summary: Check instrument status and ticker, place a futures order, then confirm it is open. - file: kraken-futures-account-snapshot-workflow.yml workflowId: futures-account-snapshot title: Kraken Futures Account Snapshot summary: Pull account balances, open positions, and recent fills for a futures risk view.