propose_match
Submit a match proposal to fill a maker order from the orderbook, using the configured wallet as taker. Specify market, maker order details, and quantity in microunits.
Instructions
Propose a match between an existing maker order and the configured wallet as taker. The maker escrowAppId and address can be found via get_orderbook. quantityMatched is in microunits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marketAppId | Yes | The market app ID | |
| makerAddress | Yes | The Algorand address of the maker | |
| quantityMatched | Yes | Quantity to match in microunits | |
| makerEscrowAppId | Yes | The escrow app ID of the maker order |