Browse markets by category with pagination and event counts.
Returns markets for a specific category, sorted by 24h volume. Supports pagination withDocumentation Index
Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
limit and offset.
| Category | Slug |
|---|---|
| Crypto | crypto |
| Politics | politics |
| Sports | sports |
| Finance | finance |
| Economy | economy |
| Tech | tech |
| Pop Culture | pop-culture |
| Geopolitics | geopolitics |
| Weather | weather |
| Iran | iran |
| Elections | elections |
| Mentions | mentions |
| Esports | esports |
limit to page through results.| Field | Type | Description |
|---|---|---|
id | string | Event ID |
slug | string | URL slug |
title | string | Event title |
image | string | Event image URL |
volume | number | Total lifetime volume |
volume24hr | number | 24-hour trading volume |
liquidity | number | Current liquidity |
openInterest | number | Open interest |
startDate | string | Event start date (ISO 8601) |
endDate | string | Event end date (ISO 8601) |
active | boolean | Whether the event is active |
closed | boolean | Whether the event is closed |
new | boolean | Whether the event is new |
featured | boolean | Whether the event is featured |
competitive | boolean | Whether the event is competitive |
commentCount | number | Number of comments |
tags | string[] | Category tags |
counts object varies by category. Crypto includes subcounts by asset and timeframe. Other categories return a simple {"total": N} count. Counts are cached and may not exactly match the paginated event total.