Futures
Access hundreds of perpetual contracts
TradFi
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Introduction to Futures Trading
Learn the basics of futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to practice risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Launchpad
Be early to the next big token project
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
here’s the full stack to build any @Polymarket bot:
> Gamma API for market discovery
to find the right event/slug/market before each round
> CLOB WebSocket for real-time orderbook data (275 events/sec)
best bid / ask, live pricing, fast enough to trade properly
> REST price fallback (10 events/sec)
in case your websocket flow drops
> Polymarket past-results API for target price extraction
the current round’s target price is the previous round’s close price / current open price, and the past-results API gave the exact value instantly.
> py-clob-client for order placement
signing, auth, order creation, cancelation, fills
> Polygon wallet auth
with the right signing flow depending on whether you use a normal wallet or a proxy wallet
> EIP-712 signing
because if you mess this part up, nothing works
> fill monitoring
either via polling or user channel websocket, so you know exactly what got filled and when
> VPN / geoblock bypass if needed
depending on where your infra runs, Polymarket access can break
just give this to your agent along with your logic.