Batch Orders
Place multiple orders in one request.
Each order is processed independently — individual failures don’t block the rest. The batch size is limited by your API tier.
HFT optimisation: CLOB midpoint prices are pre-fetched in parallel for all unique markets in the batch before orders are processed. This collapses N sequential HTTP round-trips into one parallel burst, warming the Redis midpoint cache so each order hits the sub-ms HFT fast-path during execution.
Authorizations
Issue from /v1/keys (or admin-issued for enterprise tier).
Headers
Your PolySimulator API key
Polymarket-CLOB-compat alias for X-API-Key (underscore form). SDK clients ported from Polymarket can authenticate without changing header names. X-API-Key takes precedence when both are provided.
PM-CLOB-compat: Authorization: Bearer ps_live_... (or ps_test_...) is accepted as an alias for X-API-Key so py-clob-client and other ported SDKs authenticate without header name changes. Bearer JWTs are NOT accepted here — use the dashboard-auth endpoints for those.
Body
1 - 100 elements