Submit a signed V2 order to the CLOB
Execution
Submit Order
Submit a signed prediction market order to the Polymarket CLOB for matching.
POST
Submit a signed V2 order to the CLOB
Request Body
The order object — re-use the
data.typedData.message returned by /api/2/pm/order/build verbatim. CLOB recomputes the EIP-712 hash from the same fields you signed, so altering any of them invalidates the signature.The EIP-712 signature of the order.
CLOB API key (obtained from Auth Derive).
CLOB API secret (obtained from Auth Derive).
CLOB API passphrase (obtained from Auth Derive).
Order owner address. Defaults to maker if not provided.
Order type:
GTC (Good Til Cancelled), GTD (Good Til Date), or FOK (Fill Or Kill).Response
CLOB order response.
Server node identifier.
Request processing time in milliseconds.
Usage Example
Complete Trading Flow
Body
application/json