buy_multiple_orders
Combine multiple orders into a single purchase on prediction markets. Specify market, outcome, order IDs, total budget, and minimum shares.
Instructions
Sweep multiple orders at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | ||
| outcome | Yes | ||
| order_ids | Yes | ||
| total_usdb | Yes | ||
| min_shares | No | Minimum shares to receive (default: 0) |