alpha_create_market_order
Place market orders on Alpha Arcade with automatic matching, specifying price, quantity, and slippage tolerance in microunits for Algorand blockchain trading.
Instructions
Place a market order with auto-matching on Alpha Arcade. Price, quantity, and slippage in microunits. Returns escrowAppId, matched quantity, and actual fill price.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marketAppId | Yes | The market app ID | |
| position | Yes | 1 = Yes, 0 = No | |
| price | Yes | Price in microunits (e.g. 500000 = $0.50) | |
| quantity | Yes | Quantity in microunits (e.g. 1000000 = 1 share) | |
| isBuying | Yes | true = buy order, false = sell order | |
| slippage | Yes | Slippage tolerance in microunits (e.g. 50000 = $0.05) | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |