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.
Plain English
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.
Why not official SDKs?
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.
Pick one path
Learn Polymarket
Prediction markets, YES/NO shares, and which API does what.
Browse markets
No wallet. No key. Search markets, read books, stream prices.
Paper trade
Test a strategy against live CLOB prices with local-only state.
Study wallets
Read-only dossiers and candidate signals from public activity.
Trade live
Explicit credentials only. Deposit-wallet / POLY_1271 path.
Try it
$ 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.