Overview
drive.markets provides distributed order routing for Polymarket’s CLOB API, delivering low-latency execution through globally distributed routing paths.Authentication
All API endpoints require authentication using Polymarket’s standard headers:POLY-API-KEY: Your API keyPOLY-SIGNATURE: Request signature (signed with your private key)POLY-TIMESTAMP: Unix timestamp of the requestPOLY-NONCE: Unique nonce for the request
Using with Polymarket SDK
The API is compatible with Polymarket’s SDK. Simply specifyhttps://poly.drive.markets in the host parameter:
Direct API Usage
If you’re not using the SDK, you’ll need to sign the authentication headers manually:Supported Endpoints
- POST /order - Place a single order
- POST /orders - Place multiple orders
- DELETE /order - Cancel a single order
- DELETE /orders - Cancel multiple orders
- DELETE /cancel-all - Cancel all open orders
- DELETE /cancel-market-orders - Cancel orders from a specific market
Next Steps
API Reference
Explore the complete API documentation
Polymarket Docs
Reference Polymarket’s Order API documentation

