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
CryptoExchangeWalletsTradingPerpetualsSolanaWeb3DeFixNFTAnchorCoralCentralized 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
Read the 24h ticker for the market to anchor the order price against the last traded price.
2
getDepth
Read the order book depth so the caller can see the best bid/ask before committing the order.
3
placeOrder
Submit a limit order to the matching engine on the requested side at the supplied price and quantity.
4
confirmOrder
Read the order back from the book to confirm it is resting and report its current status.
Source API Descriptions
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.