Join the Graylayer Discord
Request an API key in #api-key-request under the Community tab.
Overview
Platform key:polymarket-us
Upstream base: https://gateway.polymarket.us/v1
Auth required: No — all endpoints are public read-only.
Trading: All non-GET requests are blocked.
Route any supported endpoint through the proxy:
Events
Get Events
| Param | Type | Description |
|---|---|---|
limit | int | Max results |
offset | int | Pagination offset |
active | bool | Filter active events |
closed | bool | Filter closed events |
archived | bool | Filter archived events |
featured | bool | Featured events only |
slug | string | Filter by slug |
tagSlug | string | Filter by tag slug |
cory | string | Filter by category |
seriesId | string | Filter by series |
startDateMin / startDateMax | ISO date | Date range |
endDateMin / endDateMax | ISO date | Date range |
liquidityMin / liquidityMax | number | Liquidity range |
volumeMin / volumeMax | number | Volume range |
live | bool | Currently live |
orderBy | string | Sort field |
orderDirection | asc | desc | Sort direction |
Get Event By ID
Get Event By Slug
Get Event By Partner External ID
Markets
Get Markets
| Param | Type | Description |
|---|---|---|
limit | int | Max results |
offset | int | Pagination offset |
active | bool | Filter active |
closed | bool | Filter closed |
category | string | Filter by category |
seriesId | string | Filter by series |
orderBy | string | Sort field |
orderDirection | asc | desc | Sort direction |
Get Market By ID
Get Market By Slug
Get Market BBO
Best bid/offer and market stats for a market.Get Market Book
Full order book and stats for a market.Get Market Settlement
Settlement price for a resolved market.Series
Get Series
Get Series By ID
Sports
Get Events By League Slug
Get Events By Sport Slug
Sports (Legacy)
Get Sports
Get Sports Events
Get Sports Teams
Get Sports Teams For Provider
Search
Search
Full-text search across events and markets.| Param | Type | Description |
|---|---|---|
q | string | Search query |
limit | int | Max results |
offset | int | Pagination offset |