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 BrokerageEmbedAuthenticationPublic 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
Confirm the exchange is operational before trading. A status other than online (maintenance, cancel_only, post_only) is a signal to abort.
2
readTicker
Read the live ticker for the pair so the caller can price the order against the current best bid and ask.
3
placeOrder
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
Query the freshly created order by its transaction id to confirm it was accepted and read back its current status.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.