Backpack · Arazzo Workflow
Backpack Flatten Open Orders on a Market
Version 1.0.0
List open orders on a market, cancel them all, and confirm none remain.
View Spec
View on GitHub
CryptoExchangeWalletTradingPerpetualsSolanaWeb3DeFixNFTAnchorCoralCentralized ExchangeSelf-CustodyArazzoWorkflows
Provider
Workflows
flatten-market-orders
Cancel all open orders on a single market and confirm none remain.
Lists the open orders for the market, cancels all of them, and re-lists to confirm there are no remaining open orders.
1
listOpenOrders
get_open_orders
List the open orders for the market so the caller knows what will be cancelled.
2
cancelAll
cancel_open_orders
Cancel all open orders on the specified market.
3
confirmCleared
get_open_orders
Re-list the open orders for the market to confirm none remain after the bulk cancel.