Polymarket events
polymarket_eventsList Polymarket events — the grouped questions such as an election or a rate decision — ordered by volume, each with title, slug, end date, volume, 24h volume, liquidity, open interest, its full market count and the priced member markets themselves. Use it when a question has many candidate outcomes and you want them together rather than one at a time. Costs $0.005 USDC per call via x402 on Base; an unpaid call returns the payment challenge instead of data, and a call that returns no data is never settled so it costs nothing. Equivalent HTTP route: GET /polymarket/events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many events, 1-25 (default 5) Example: '5'. | |
| closed | No | Return closed events instead of open ones Example: 'false'. | |
| ascending | No | Sort ascending instead of descending Example: 'false'. | |
| markets_per_event | No | Member markets per event, 1-25 (default 5) Example: '5'. |