Kraken · Arazzo Workflow
Kraken Cancel and Replace a Spot Order
Version 1.0.0
Inspect an order, cancel it, then place a replacement order.
View Spec
View on GitHub
CryptocurrencyExchangeTradingMarket DataSpot TradingFuturesDerivativesStakingEarnNFTWebSocketFIXCustodyOTCPrime BrokerageEmbedOAuthPublic APIsArazzoWorkflows
Provider
Workflows
cancel-and-replace-order
Cancel a resting spot order and submit a replacement.
Reads the target order, cancels it, branches on a confirmed cancellation, and places a new order with the supplied replacement terms.
1
inspectOrder
queryOrdersInfo
Query the existing order to confirm its current terms before cancelling. Private Spot endpoints are signed and accept application/x-www-form-urlencoded bodies.
2
cancel
cancelOrder
Cancel the order by transaction id. The result count reflects how many orders were cancelled.
3
replace
addOrder
Place the replacement order with the new terms once the original has been confirmed cancelled.