How Polymarket rate limits work across its three APIs
The 15,000-per-10-second figure is a global ceiling. Real constraints are per endpoint: 150 for positions and 300 for markets, with immediate 429s in our tests.
Configure any available plan and add-ons. Pay only for 48 hours.
Try proxiesTechnical guides, platform limitations, integration patterns, and practical proxy research.
The 15,000-per-10-second figure is a global ceiling. Real constraints are per endpoint: 150 for positions and 300 for markets, with immediate 429s in our tests.
Use the CLOB sockets for books and personal order activity, RTDS for external live data, and rebuild local state after every reconnect.
The leaderboard lives on stats-data.hyperliquid.xyz, outside the documented API; pair it with clearinghouseState calls to read what each listed wallet holds right now.
Hyperliquid computes an 8-hour rate from impact-price premium plus interest, then settles one eighth hourly against oracle-price position notional.
Most info calls cost 20 weight, so 1,200 per minute means about 60 requests per IP. Endpoint costs, the wallet-level action limit, and a measured 429.
Market streams push public data without Spot request weight; the WebSocket API handles requests and private events under request, connection, and account limits.
A reliable Binance bot persists every intent, validates current rules, treats lost order responses as unknown, reconciles after restarts, and blocks unsafe trading states.
Check the maintenance flag first, then probe the exact host and component; classify the HTTP response before handling Binance's numeric error code.