Article · Kraken API Trading Bot

Order Types on Kraken and When the Bot Uses Them

Market, limit, and stop orders each have a job — here is what they do on the Kraken API and why a disciplined bot reaches for each.

Published June 7, 2026 · Primary topic: Kraken order types

← Back to the Kraken API Trading Bot hub

The Kraken API supports several order types, and the right choice is rarely about cleverness — it is about controlling cost and risk. A disciplined bot does not reach for the same order every time; it picks the type that fits the job, because the order type quietly determines how much spread and slippage you pay and how tightly your risk is bounded.

Market orders: speed over price

A market order fills immediately at the best available price. Its strength is certainty of execution; its cost is that you cross the spread and accept whatever slippage current liquidity imposes. A bot uses market orders when getting in or out promptly matters more than shaving a fraction off the price — for example, when a protective exit needs to happen now.

Limit orders: price over speed

A limit order fills only at your chosen price or better, and may not fill at all. Its strength is control over the price you pay, which can reduce the spread cost a market order accepts; its cost is the risk of the order sitting unfilled while the opportunity passes. A bot uses limit orders when the entry price is part of the edge and a missed fill is acceptable.

Stop orders: defining the exit in advance

A stop order rests until price reaches a trigger, then becomes active. Its job is to define an exit before emotion can interfere — the point at which a trade is wrong and should be closed. Stops are where order types and risk management meet: the stop distance is exactly what position sizing depends on.

How the bot decides

The choice follows the discipline, not a preference. Protective and time-sensitive actions favour certainty of execution; planned entries where price is part of the edge favour control over price. In every case the order is only placed if the underlying signal first cleared its full trading cost — the order type changes how you pay friction, never whether the cost rule applies.

Before any order type matters, your connection must be scoped correctly: see how to create and scope Kraken API keys. The stop distance that drives sizing is covered on the tools pillar, and every order the bot places lands in the execution audit trail.

Important

This is not investment advice.

GreatDane Trades is an education, backtesting, and trading automation platform. Nothing on this site is financial advice. Results are simulated. Backtests do not guarantee future results. Markets can diverge from simulations. Trading cryptocurrencies involves substantial risk including the total loss of capital. Paper trading should come before live trading. Users are responsible for their own trades.

Read the full risk disclaimer →

More in Kraken API Trading Bot

Closely related guides in this topic cluster.

See every guide in this cluster on the hub: Kraken API Trading Bot.

Explore the other pillars

Put the discipline into practice — in paper first.

Start in paper mode, validate with walk-forward backtests, and let the risk engine hold the line. No real capital is at risk until you decide to connect Kraken.

No profit promises. Paper trading by default.