AuditsLumiwealth/lumibot › Kraken

Bot × exchange

Does lumibot work with Kraken?

The lumibot README names Kraken as a supported exchange (README scanned 2026-09-17). We did not run the bot against Kraken: this page reports what the public code says and what the exchange itself publishes.

Kraken facts

CoinGecko trust score
10 / 10 · rank 3
Country
United States
Established
2011
24h volume (BTC, normalized)
0
Puerto Rico residents
Not verified: the eligibility page needs JavaScript to render (source, 2026-09-17)
Derivatives
CFTC-regulated perpetuals for U.S. clients since 2026-06-15, about 3x leverage (source, 2026-09-17)
Official API
Yes (spot); U.S. futures API access not confirmed (source, 2026-09-17)

Exchange data: CoinGecko public API and the exchange's own endpoints, 2026-09-17. More on the Kraken page.

What the audit says about running it live

From the lumibot audit (2026-09-17), the controls that matter most once a live API key is connected:

ControlVerdictEvidence
API key permissionsNot verifiedGET /search/code?q=withdraw+repo:Lumiwealth/lumibot+path:lumibot/brokers -> 3 hits (alpaca.py, broker.py, and one more), not individually inspected line-by-line within the session budget.
Orphaned stop-lossNot verifiedNo queried directly: would require reading each broker adapter's order-submission code (alpaca.py 84 KB, schwab.py 158 KB, tradier.py 104 KB, etc.) to see whether stop-loss orders are placed as broker-native conditional orders or simulated in-process.
Websocket and data reconnectionPartialdocs/FAST_ORDER_LIFECYCLE_GUIDE.md, section 'Schwab Profile': 'uses account-activity WebSocket messages as a wake-up signal... performs an active-order reconciliation after login or reconnect and retains a 30-second broad order-history poll only as a healing fallback' and 'Schwab 429 responses suppress more reads... for the server's Retry-After interval, or bounded exponential backoff with jitter when that header is absent.'
Order rejection handlingPartialdocs/FAST_ORDER_LIFECYCLE_GUIDE.md testing matrix explicitly lists 'rejected hedge and bounded retry' as something a regression suite 'should cover', and states 'the strategy still owns its deadline, replacement, hedge, and conflict policy. Do not turn one strategy's timeout or risk rule into a global LumiBot default.'
Position reconciliation with the exchangePartialdocs/FAST_ORDER_LIFECYCLE_GUIDE.md: the order state machine includes 'a bounded exact-order reconciliation read after a missed callback, restart, reconnect, or ambiguous mutation result', confirmed implemented for Schwab ('performs an active-order reconciliation after login or reconnect').

Before you connect a key