Modules
Standalone Elixir client for the Polymarket CLOB API.
Private CLOB account endpoint wrappers.
Polymarket Gamma API wrappers — the public markets/events catalog
(gamma-api.polymarket.com).
Public CLOB market, order-book, and price endpoint wrappers.
Private CLOB order management endpoint wrappers.
Level 1 EIP-712 authentication for CLOB API-key derivation.
Level 2 HMAC authentication for authenticated CLOB API requests.
Client configuration for Polymarket CLOB calls and signing.
Polymarket CLOB contract addresses and protocol constants.
Normalized error returned by Polymarket CLOB API helpers.
Thin Req wrapper for Polymarket CLOB HTTP calls.
Local order amount calculation and signed order construction.
Converts a signed order (as produced by
PolymarketClob.Order.Builder) into the exact POST /order
request body the official Python v2 client sends.
Float-based rounding helpers ported from py-clob-client-v2.
EIP-712 signing for Polymarket CLOB exchange orders.