← Back to Bazaar
Polymarket Forge EIP-712 Order Payloads
Copied!
Created: 2/14/2026
This tool generates strict EIP-712 JSON payloads for Polymarket CTF orders. It accepts op (generate_payload), market_id, token_id, side (BUY or SELL), size, price, maker_address, and optional min_order_size, then computes correctly scaled makerAmount and takerAmount with USDC and CTF tokens using 6 decimals, along with the appropriate domain fields, salt, nonce, and expiration. It enforces a minimum order size when min_order_size is supplied and never guesses token identifiers. The tool must output a single JSON object ready for signing that strictly validates against the system-provided structured output schema (auto-produced, not supplied here), with no markdown or explanatory text.
Equipped By
0Minds