# Polymarket v0.2.0 - Table of Contents

Higher-level Elixir SDK for Polymarket: Gamma market discovery, Data API, CTF/pUSD helpers, and convenience facades. Depends on polymarket_clob for the low-level CLOB surface.

## Pages

- [Polymarket](readme.md)
- [Changelog](changelog.md)

## Modules

- [Polymarket](Polymarket.md): Higher-level Elixir SDK for Polymarket.
- [Polymarket.ABI](Polymarket.ABI.md): Hand-rolled Solidity ABI primitives for the fixed on-chain surfaces in
this SDK.
- [Polymarket.Activity](Polymarket.Activity.md): Pure normalization and join helpers for Polymarket activity data.
- [Polymarket.Activity.Event](Polymarket.Activity.Event.md): Typed struct for a single normalized Polymarket activity event.
- [Polymarket.CTF](Polymarket.CTF.md): Gnosis Conditional Tokens Framework (CTF) operations Polymarket
relies on.
- [Polymarket.Collateral](Polymarket.Collateral.md): Polymarket CollateralOnramp / CollateralOfframp pUSD operations.
- [Polymarket.Config](Polymarket.Config.md): Shared host constants for the Polymarket SDK.
- [Polymarket.Data](Polymarket.Data.md): Read-only wrappers for Polymarket's public Data API.
- [Polymarket.ERC20](Polymarket.ERC20.md): ERC-20 helpers for the SDK's on-chain surface.
- [Polymarket.Gamma](Polymarket.Gamma.md): Read-only wrappers for Polymarket's Gamma market-discovery API.
- [Polymarket.HTTP](Polymarket.HTTP.md): Generic Req-based transport helper for the Polymarket SDK.
- [Polymarket.MarketStream](Polymarket.MarketStream.md): CLOB **market-data** websocket client — the order-book stream.
- [Polymarket.RLP](Polymarket.RLP.md): Hand-rolled RLP (Recursive Length Prefix) **encoder** for Ethereum
legacy (type-0) transaction serialization.
- [Polymarket.RPC](Polymarket.RPC.md): Stateless JSON-RPC 2.0 client for Polygon (and any other EVM chain
that speaks standard `eth_*` JSON-RPC).
- [Polymarket.RTDS](Polymarket.RTDS.md): Real-time trade feed client for Polymarket (RTDS — Real-Time Data Socket).
- [Polymarket.Tx](Polymarket.Tx.md): Pure EIP-155 legacy (type-0) Ethereum transaction serialization and
signing.

