Skip to main content
GET
List Polymarket Markets

Request

Headers

string
required
Bearer token. Example: Bearer YOUR_API_KEY

Query Parameters

string
Optional condition ID prefix filter. Values are accepted with or without the 0x prefix. Example: 0x8213.
integer
Number of markets to skip. Default: 0.
integer
Maximum number of markets to return. Default: 100. Max: 1000.

Response

integer
Total number of stored Polymarket markets after applying the optional prefix filter.
integer
Number of market IDs returned in this page.
string
The normalized prefix filter that was applied, if any.
array
Array of stored Polymarket market condition IDs.
object
Standard pagination metadata with offset, limit, total_count, and has_more.
Each successful call to this endpoint counts as 1 API request.

Example

Example response