Expand description
WebSocket execution dispatch for the Kraken Spot v2 API.
A single spot execution can carry both a status update (handled via the
order event path) and a fill (when exec_id is present, handled via the
fill path). Tracked orders emit typed events; external orders fall through
to reports.
Functionsยง
- execution
- Dispatches a Kraken Spot v2 execution message.
- is_
terminal_ exec_ type - Returns true when this spot execution carries a terminal status that should remove the order from dispatch state.