Geoblock Endpoint
Check the geographic eligibility of the requesting IP address:This endpoint is on
polymarket.com, not the API servers.Response
Restricted Jurisdictions
Restrictions fall into three groups. Block completely means no new orders and no closing of existing positions. Close-only means users can close existing positions but cannot open new ones. Each group notes whether it applies on the frontend, the API, or both. Codes are ISO 3166-1 alpha-2 for countries and ISO 3166-2 for sub-national regions.OFAC-Sanctioned Jurisdictions (Block Completely)
Blocked on both the frontend and the API. No new orders, and existing positions cannot be closed.Regulatory-Restricted Jurisdictions (Close-Only on Frontend and API)
Users can close existing positions but cannot open new ones, on both the frontend and the API.Regulatory-Restricted Jurisdictions (Close-Only on Frontend)
Close-only on the Polymarket frontend; the API itself is not restricted.Blocking Logic
The geoblocking system includes:- OFAC-Sanctioned Countries: Countries sanctioned by the U.S. Office of Foreign Assets Control (OFAC)
- Additional Regulatory Restrictions: Countries added for specific regulatory compliance reasons
Server Infrastructure
- Primary Servers: eu-west-2
- Closest Non-Georestricted Region: eu-west-1
Usage Examples
- TypeScript
- Python
Why These Restrictions
Geographic restrictions are implemented to ensure compliance with:- International sanctions and embargoes
- Local financial regulations
- Gambling and prediction market laws
- Anti-money laundering (AML) requirements
- Know Your Customer (KYC) regulations
Next Steps
Authentication
Learn how to authenticate trading requests.
Place Orders
Start placing orders (from eligible regions).