Audience: business and technical leads. Onboarding spans legal agreements and API credential setup, so expect both commercial and developer steps.
Start onboarding
Email institutional@polymarket.us to kick off the process and get your onboarding folder set up.
At a glance
What you provide vs. what you receive
| You provide | You receive |
|---|---|
| Signed partner agreement (ISV or IB) and participant agreements for your users | A Client ID for each environment |
| RSA public keys (one per environment) | Access to pre-production and production |
| AWS Account ID (only if using FIX connectivity) | FIX connection details (if requested) |
| Primary technical and business contacts | A shared Google Drive folder for credential delivery |
Step 1 — Sign the agreements
The agreements depend on your partner type:ISV agreement
The ISV Connectivity Agreement and the participant clickthrough agreements you present to your users.
IB agreement
The IB Participant Agreement, plus the CFTC/NFA regulatory requirements specific to Introducing Brokers.
Step 2 — Generate your API keys
Authentication uses Private Key JWT with RSA keys. Generate a key pair per environment and share only the public keys with Polymarket US — never your private keys.Authentication — key generation
Step-by-step key generation and the full authentication flow.
Step 3 — Submit your onboarding request
- Create a Google Drive folder containing your public key file(s) and your completed agreement(s).
- Grant access to the folder as directed by your Polymarket US contact.
- Email institutional@polymarket.us with your firm name and a link to the folder.
Using FIX connectivity? Also include your AWS Account ID so a private connection can be established, and note FIX in your request. You still generate and submit RSA key pairs even if FIX is your primary connectivity method. See the FIX API for protocol details.
Step 4 — Receive your credentials
Polymarket US reviews your submission and provisions your access:- A Client ID for each environment, delivered to your shared Google Drive folder.
- Access to pre-production (for integration and testing) and production.
Your pre-production environment is provisioned with test funds so you can exercise the full flow — authentication, KYC, and trading — before going live.
Next steps
Authentication
Exchange your signed JWT for an access token and call the API.
Quickstart
Place your first order end to end.