Installation
Polygolem
Polygolem is the single source of truth for Polymarket protocol access in Go. Read-only by default. No credentials needed to start.
Trading requires a deposit wallet (type 3 / POLY_1271). EOA, proxy, and Safe are blocked for new API users by Polymarket’s CLOB V2. Polygolem handles the full deposit wallet lifecycle: derive, deploy via relayer, fund, approve, trade.
polygolem discover search --query "btc 5m" --limit 5What can you do?
- Search markets — find active prediction markets by keyword, tag, or sport
- Read order books — get real-time bid/ask depth, midpoints, spreads
- Check market readiness — tick sizes, fee rates, neg risk status
- Bridge assets — check supported chains, get deposit quotes
- Paper trade — simulate orders against live market data
- Build bots — use the Go SDK to create automated strategies
No credentials needed
Everything is read-only by default. No API keys, no wallet, no risk. Just market data.
# Check API healthpolygolem health
# Search marketspolygolem discover search --query "btc 5m"
# Get enriched market data (Gamma + CLOB merged)polygolem discover enrich --id "0x..."Ready to go deeper?
Quick Start
Deposit Wallet Lifecycle
Redeem Winners
Signature Types