Expand description
Provides the HTTP client for the Polymarket Gamma API.
Gamma /markets server-side constraints honored by the paginator and
load_ids chunker:
limitis silently capped at 100 items per page, so a larger requestedlimitmakes the “last page” check (page_len < page_size) trip after page one.offset > 10000is rejected with HTTP 422, so a paginator cannot walk the full universe; callers fetching many markets must usecondition_ids=filtering.condition_ids=accepts at most 100 IDs per request, soload_idsfor larger sets chunks the request and unions the responses.
Structs§
- Polymarket
Gamma Http Client - Provides a domain HTTP client for Polymarket instrument fetching.
- Polymarket
Gamma RawHttp Client - Provides a raw HTTP client for the Polymarket Gamma API.