Create Multiple Orders
Create up to 20 orders in a single request. If any entry fails request-shape validation, the whole batch is rejected by the gateway before reaching the exchange. Per-entry exchange outcomes (accept, fill, reject) are delivered on the order stream, not in this response. createdOrderIds are returned in request order.
Authorizations
Your API key ID (UUID). Generate at polymarket.us/developer.
Unix timestamp in milliseconds. Must be within 30 seconds of server time.
Base64-encoded Ed25519 signature of timestamp + method + path. See Authentication for details.
Body
Request to create multiple orders in a single batched request
Batched create-order request.
Orders to create (1 to 20).
1 - 20 elementsResponse
Orders created successfully
Exchange-assigned order IDs, in request order.