Learn Polymarket · Use it from Go

Understand Polymarket first. Trade later.

Polygolem explains Polymarket's APIs in plain English, then gives you a Go CLI and SDK for market data, order books, wallet analytics, paper trading, and V2 deposit-wallet trading.

Polymarket is a prediction-market exchange.

People trade YES/NO shares on real-world outcomes. The price acts like a market-implied probability. Polygolem wraps the public data APIs, live order books, WebSocket streams, wallet analytics, and safe Go trading primitives.

Use the official SDKs when they fit. Use Polygolem when you need Go.

Polymarket's official Python/TypeScript clients are the best default for those ecosystems. Polygolem exists for Go teams who want one compiled binary, no Python/npm runtime in the signing path, read-only defaults, fixture-tested V2 deposit-wallet signing, and operator-friendly CLI docs.

$ polygolem health --json
{"ok":true,"data":{"clob":"ok","gamma":"ok"}}

$ polygolem discover crypto-5m --enrich --json
# current BTC/ETH/SOL/XRP/BNB/DOGE/HYPE 5-minute markets

Read-only commands need no credentials. Live mutations require explicit wallet configuration and confirmations.