Backpack · Arazzo Workflow
Backpack Place a Limit Order
Version 1.0.0
Price a market from the ticker and order book, then place and confirm a limit order.
View Spec
View on GitHub
CryptoExchangeWalletTradingPerpetualsSolanaWeb3DeFixNFTAnchorCoralCentralized ExchangeSelf-CustodyArazzoWorkflows
Provider
Workflows
place-limit-order
Quote a market, place a limit order, and confirm it is resting on the book.
Reads the ticker and order book depth for the target symbol, submits a limit order on the requested side at the supplied price and quantity, then reads the order back to confirm its status.
1
getTicker
get_ticker
Read the 24h ticker for the market to anchor the order price against the last traded price.
2
getDepth
get_depth
Read the order book depth so the caller can see the best bid/ask before committing the order.
3
placeOrder
execute_order
Submit a limit order to the matching engine on the requested side at the supplied price and quantity.
4
confirmOrder
get_order
Read the order back from the book to confirm it is resting and report its current status.