Kraken · Arazzo Workflow
Kraken Amend an Open Order
Version 1.0.0
List open orders, amend one in place, then confirm the new terms.
View Spec
View on GitHub
CryptocurrencyExchangeTradingMarket DataSpot TradingFuturesDerivativesStakingEarnNFTWebSocketFIXCustodyOTCPrime BrokerageEmbedOAuthPublic APIsArazzoWorkflows
Provider
Workflows
amend-open-order
Amend a resting spot order in place and confirm the change.
Reads open orders, applies an in-place amendment (new quantity and/or limit price) to the supplied order, and queries the order to confirm.
1
listOpenOrders
getOpenOrders
List all open orders so the caller can confirm the target order is still resting before amending it. Private Spot endpoints are signed and accept application/x-www-form-urlencoded bodies.
2
amend
amendOrder
Amend the resting order in place. AmendOrder accepts a JSON body and keeps the original order id; only the supplied fields are changed.
3
confirm
queryOrdersInfo
Query the order back by transaction id to confirm the amendment took effect.