For the complete documentation index, see llms.txt. This page is also available as Markdown.

Market Event Screener

Data Freshness & Historical Coverage

For data freshness and historical coverage, see Data Coverage by Chain; this endpoint follows it except where noted below.

  • Returns a current, point-in-time snapshot of market activity metrics (volume, liquidity, and trader counts) — these reflect the latest state within the standard live latency rather than a historical look-back.

Get Prediction Market Event Screener

post

Browse and filter Polymarket events (groups of related markets). Includes aggregated volume, liquidity, and trader counts across all markets in each event.

What it helps to answer:

  1. What are the most popular prediction market events?

  2. How much total volume does an event have across all its markets?

  3. Which events have the most active trading?

Authorizations
apikeystringRequired

API key for authentication

Body

Request for event screener endpoint.

order_byany ofOptional

Sort order

Example: [{"direction":"DESC","field":"volume_24hr"}]
sort_bystring · enumOptionalDeprecated

Deprecated: use 'order_by' instead.

Default: volume_24hrPossible values:
querystring · max: 200Optional

Search query to filter results

Default: ""Example: bitcoin
statusstring · enumOptional

Filter by status (active, closed, or empty for all)

Default: ""Example: activePossible values:
tagsstring[] · max: 50Optional

Filter by tags

Example: ["Crypto","Bitcoin"]
min_liquiditynumber · min: -1Optional

Minimum liquidity filter (-1 = no filter)

Default: -1
max_liquiditynumber · min: -1Optional

Maximum liquidity filter (-1 = no limit)

Default: -1
max_unique_traders_24hinteger · min: -1Optional

Maximum unique traders in 24h (-1 = no limit)

Default: -1
min_volume_24hrnumber · min: -1Optional

Minimum 24h volume filter (-1 = no filter)

Default: -1
neg_riskany ofOptional

Filter by neg-risk framework (null = no filter)

booleanOptional
min_open_interestnumber · min: -1Optional

Minimum open interest filter (-1 = no filter)

Default: -1
max_open_interestnumber · min: -1Optional

Maximum open interest filter (-1 = no limit)

Default: -1
end_date_beforestring · max: 100Optional

Filter markets ending before this datetime (ISO 8601)

Default: ""Example: 2025-12-31T23:59:59Z
end_date_afterstring · max: 100Optional

Filter markets ending after this datetime (ISO 8601)

Default: ""Example: 2025-01-01T00:00:00Z
Responses
200

Event screener data

application/json
post/api/v1/prediction-market/event-screener

Last updated

Was this helpful?