Gimme Fast
Polymarket settles every trade on Polygon. Gimme Fast reads those trades directly from the blockchain — no middleman, no rate limits, no dependency on Polymarket’s API. We run our own Polygon nodes, decode every CTF Exchange event, and serve enriched data through a REST API and WebSocket feed.Why Gimme Fast?
Own infrastructure
Dedicated Polygon nodes running Erigon. Your data pipeline doesn’t depend on anyone else’s uptime.
Real-time streaming
WebSocket subscriptions push trades as they land on-chain. Subscribe to all markets or filter by token.
Complete data
Markets, trades, OHLCV candles, orderbook snapshots, pricing — one API for everything.
Built for speed
Rust from top to bottom. Sub-millisecond response times. Optional zlib compression saves ~60% bandwidth on WebSocket.
How It Works
Indexed Contracts
Every Polymarket trade flows through these Polygon contracts:| Contract | Address | What It Does |
|---|---|---|
| CTF Exchange | 0x4bFb41d5...982E | Settles standard market orders |
| Neg Risk CTF Exchange | 0xC5d563A3...0f80a | Settles multi-outcome markets |
| Neg Risk Adapter | 0xd91E80cF...5296 | Converts No shares ↔ Yes shares |
| Conditional Tokens | 0x4D97DCd9...4045 | ERC1155 outcome token transfers |
What You Can Do
- Build a trading bot — stream trades in real-time, react to price movements
- Build a dashboard — display live market data with charts and orderbooks
- Run analytics — query historical trades, compute OHLCV candles, track wallets
- Embed predictions — show live prediction market odds on your site
Get Started
Quickstart
Get an API key and fetch your first market in 30 seconds.
WebSocket Guide
Stream live trades with filtered subscriptions and compression.
TypeScript SDK
Type-safe client with built-in WebSocket support.
API Reference
Full endpoint documentation with request/response examples.