- One call to place a bet. A single
getActionrequest swaps any token on any chain into collateral and places the order — the fastest path from “user holds ETH on Base” to “position on Polymarket”. - The full stack in one API. Market discovery, live prices, order placement, position management, PnL, and withdrawals — no stitching together separate data and execution providers.
- Non-custodial by design. Every user gets a deposit wallet keyed to their own EOA, and every trading call is authorized by the user’s EIP-712 signature.
Endpoint reference
Trading
Market Discovery
Market Information
User Positions & Activity
Authentication
All API endpoints require authentication using API keys passed via thex-api-key header. We have provided a highly ratelimited API key for testing in the API playground.
Getting Started
- Discover Markets: Start with the search or trending endpoints to find markets
- Place Orders: Pick an integration pattern and place your first order
- Track Workflows: Follow execution with Get Workflow Status
- Manage Positions: Sell, redeem, or merge positions and withdraw collateral
Related Resources
- Polymarket Demo App - Test Swaps’ prediction market APIs by sending live Polymarket orders. Provides a reference for the discovery path and network requests to quickly add prediction markets to your app.
