Who Is This For?
The Trader Guide is designed for:- Institutional traders accessing markets directly
- Proprietary trading firms executing strategies programmatically
- Market makers providing liquidity
- Quantitative traders building automated trading systems
What You Can Do
With trading access, you can:| Action | Description | Access Method |
|---|---|---|
| Place Orders | Submit limit orders, market orders | REST API, gRPC |
| Cancel Orders | Cancel individual or bulk orders | REST API, gRPC |
| Monitor Positions | Track your positions and balances | REST API, gRPC Streaming |
| Access Market Data | Real-time quotes, order book, statistics | REST API, gRPC Streaming |
| Query Reference Data | Instruments, symbols, metadata | REST API |
Getting Started
Step 1: Onboarding
Generate RSA key pairs and submit your onboarding request:- Generate RSA key pairs for each environment
- Email onboarding@qcex.com with your public keys
- Receive your Client ID credentials
Onboarding
Complete the onboarding process step-by-step
Step 2: Authentication
Authenticate using Private Key JWT:- Generate JWT signed with your private key
- Exchange JWT for access token
- Use access token to authenticate API requests
Authentication
Learn how to authenticate with the API
Step 3: Start Trading
Follow the quickstart guide to place your first order:Quickstart
Place your first order in 5 minutes
Key Concepts
Environments
Polymarket Exchange provides multiple environments for testing and production:- Development - Internal testing environment
- Pre-production - UAT environment with test funds
- Production - Live trading environment
Environments
View API endpoints and configuration
Rate Limits
API requests are subject to rate limits to ensure fair usage:- REST API: Request-based limits per endpoint
- gRPC: Connection and message limits
Rate Limits
Understand rate limiting policies
Connection Options
Choose the right protocol for your use case:- REST API - Simple request/response for orders and queries
- gRPC - High-performance streaming for market data and order updates
- FIX - Industry-standard protocol for institutional trading
Connection Options
Compare connection protocols

