Skip to main content

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:
ActionDescriptionAccess Method
Place OrdersSubmit limit orders, market ordersREST API, gRPC
Cancel OrdersCancel individual or bulk ordersREST API, gRPC
Monitor PositionsTrack your positions and balancesREST API, gRPC Streaming
Access Market DataReal-time quotes, order book, statisticsREST API, gRPC Streaming
Query Reference DataInstruments, symbols, metadataREST API

Getting Started

Step 1: Onboarding

Generate RSA key pairs and submit your onboarding request:
  1. Generate RSA key pairs for each environment
  2. Email onboarding@qcex.com with your public keys
  3. Receive your Client ID credentials

Onboarding

Complete the onboarding process step-by-step

Step 2: Authentication

Authenticate using Private Key JWT:
  1. Generate JWT signed with your private key
  2. Exchange JWT for access token
  3. 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

Next Steps