Place Order
Places a market order (BUY or SELL) directly against the Polymarket CLOB on behalf of the user, using their pre-funded proxy wallet.
This endpoint always requires an EIP-712 signatureByEvmEoa produced by the user’s EOA — see the Polymarket Signing Guide. The endpoint submits the order synchronously and returns { txId, orderResponse } so callers can poll workflow status.
Documentation Index
Fetch the complete documentation index at: https://docs.swaps.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Limited demo key for API Reference: 5c951bc81da566bbd030ba8e20724063.
Body
User's EVM wallet address
^0x[a-fA-F0-9]{40}$Unix timestamp (seconds) when signatureByEvmEoa expires. Must be in the future and ≤ 300s ahead.
EIP-712 signature by the EOA over the PlaceOrder typed data. See the Polymarket Signing Guide.
^0x[a-fA-F0-9]*$Proxy wallet address (optional)
^0x[a-fA-F0-9]{40}$