package polymarket
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml client library for the Polymarket prediction market API
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.2.0.tar.gz
md5=4eb4c5d2f63ff081c9713d90be5a51b2
sha512=0e3de0c9b40683e09ab8f9f966a44784ef1b9b482c3eefef84104a7e8042c92f1d79893ee9588b24fa3d0decaed7f365509f4d1c23c66ce8328efb64e721f276
doc/polymarket.common/Polymarket_common/Rate_limit_presets/index.html
Module Polymarket_common.Rate_limit_presetsSource
Pre-configured rate limit presets for Polymarket APIs.
Based on official documentation: https://docs.polymarket.com/#/api-rate-limits
General Rate Limits
Source
val general :
behavior:Polymarket_rate_limiter.Types.behavior ->
Polymarket_rate_limiter.Types.route_config listGlobal rate limit across all endpoints.
Data API Rate Limits
Source
val data_api :
behavior:Polymarket_rate_limiter.Types.behavior ->
Polymarket_rate_limiter.Types.route_config listRate limits for Data API endpoints.
Gamma API Rate Limits
Source
val gamma_api :
behavior:Polymarket_rate_limiter.Types.behavior ->
Polymarket_rate_limiter.Types.route_config listRate limits for Gamma API endpoints.
CLOB API Rate Limits
Source
val clob_trading :
behavior:Polymarket_rate_limiter.Types.behavior ->
Polymarket_rate_limiter.Types.route_config listRate limits for CLOB trading endpoints with burst and sustained limits.
Source
val clob_market_data :
behavior:Polymarket_rate_limiter.Types.behavior ->
Polymarket_rate_limiter.Types.route_config listRate limits for CLOB market data endpoints.
Source
val clob_ledger :
behavior:Polymarket_rate_limiter.Types.behavior ->
Polymarket_rate_limiter.Types.route_config listRate limits for CLOB ledger endpoints.
Source
val clob_other :
behavior:Polymarket_rate_limiter.Types.behavior ->
Polymarket_rate_limiter.Types.route_config listRate limits for CLOB balance and auth endpoints.
Source
val clob_api :
behavior:Polymarket_rate_limiter.Types.behavior ->
Polymarket_rate_limiter.Types.route_config listAll CLOB API rate limits combined.
Combined Presets
Source
val all :
behavior:Polymarket_rate_limiter.Types.behavior ->
Polymarket_rate_limiter.Types.route_config listAll rate limit presets combined (Data + Gamma + CLOB + General).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page