Kraken · Arazzo Workflow
Kraken Preflight and Place Spot Order
Version 1.0.0
Check system status and live ticker, place a spot order, then confirm it.
View Spec
View on GitHub
CryptocurrencyExchangeTradingMarket DataSpot TradingFuturesDerivativesStakingEarnNFTWebSocketFIXCustodyOTCPrime BrokerageEmbedOAuthPublic APIsArazzoWorkflows
Provider
Workflows
preflight-place-spot-order
Verify the exchange is online and priced, place a spot order, and confirm it.
Reads system status and the current ticker for the pair, submits a single order via AddOrder, and queries the resulting transaction id to confirm the order was accepted.
1
checkStatus
getSystemStatus
Confirm the exchange is operational before trading. A status other than online (maintenance, cancel_only, post_only) is a signal to abort.
2
readTicker
getTickerInformation
Read the live ticker for the pair so the caller can price the order against the current best bid and ask.
3
placeOrder
addOrder
Submit the order. Private Spot endpoints are signed and accept application/x-www-form-urlencoded bodies; the nonce must increase on every call.
4
confirmOrder
queryOrdersInfo
Query the freshly created order by its transaction id to confirm it was accepted and read back its current status.