Search markets by keyword, status, and pagination controls.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
q | string | Yes | - | Search keywords |
limit | integer | No | 20 | Results per page |
page | integer | No | 1 | 1-indexed page number |
order | string | No | - | Sorting field |
ascending | boolean | No | false | Sort direction |
eventsStatus | string | No | active | active, resolved, closed |
closed | boolean | No | false | Closed market filter |
order=volume24hreventsStatus=active to find ongoing trading opportunities| Field | Type | Description |
|---|---|---|
id | string | Market identifier |
title | string | Market title |
question | string | Full market question |
conditionId | string | Condition ID |
category | string | Market category |
endDate | string | Resolution time |
volume24hr | string | 24h volume |
liquidity | string | Liquidity |
bestBid | string | Best bid |
bestAsk | string | Best ask |
active | boolean | Active flag |
resolved | boolean | Resolved flag |
outcomes | array | Outcome names |
| Code | Meaning |
|---|---|
400 | Invalid query parameters |
401 | Invalid or missing API key |
429 | Rate limited |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
active, closed, resolved