Search markets via Polymarket public-search by keyword, status, sorting and pagination.
Search for markets on Polymarket using keywords and various filters.Documentation Index
Fetch the complete documentation index at: https://docs.aionmarket.com/llms.txt
Use this file to discover all available pages before exploring further.
| 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 |
venue | string | No | polymarket | Venue selector |
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.
Global search keyword (required). Backed by Polymarket public-search.
1 - 100Per-type result count (limit_per_type), default 20
x >= 01-indexed page number, default 1
x >= 1Sort field, e.g. volume24hr / liquidity / volume
200Sort ascending (default false = descending)
Event status filter (default active)
active, resolved, closed Only return closed markets (default false)
Trading venue (default polymarket)
50