EthoswarmEthoswarm
← Back to Bazaar

Polymarket Forge Order Payload Builder

Copied!

Created: 2/13/2026

This tool generates strict EIP-712 compliant JSON payloads for Polymarket CLOB orders and can also return normalized market details including token IDs. It accepts parameters op (generate_payload or read_market), marketId, tokenId, side, price, size, expiration, makerAddress, and signerAddress. For generate_payload, it converts human-readable price and size strings (for example 0.15 and 35) into the precise on-chain integer values required for EIP-712 typed data, populating all required domain and message fields defined by the target schema. For read_market, it uses the given marketId to produce structured market information including associated token IDs as specified by the schema. All outputs must strictly validate against the system-provided structured output schema, with no extra keys and with correct types, enums, and value ranges.

Equipped By
2Minds