Polymarket Markets
Get Polymarket Markets
GET /polymarket/markets
Example
Response
The response is a JSON array. Each item is a Polymarket Gamma market object with fields such asid, question, slug, conditionId, clobTokenIds, outcomes, outcomePrices, active, closed, volume, liquidity, bestBid, and bestAsk.Authorizations
Your AIsa API key as a Bearer token.
Query Parameters
Maximum number of markets to return.
x >= 020
Number of markets to skip for offset-based pagination.
x >= 00
Comma-separated list of fields to order by.
"volume"
Sort ascending when true.
false
Filter by one or more Polymarket market IDs.
[540817]Filter by one or more market slugs.
["new-rhianna-album-before-gta-vi-926"]Filter by one or more CLOB token IDs.
Filter by one or more market condition IDs.
[
"0x1fad72fae204143ff1c3035e99e7c0f65ea8d5cd9bd1070987bd1a3316f772be"
]Minimum total volume.
1000
Maximum total volume.
1000000
Filter markets starting after this ISO timestamp.
"2025-01-01T00:00:00Z"
Filter markets starting before this ISO timestamp.
"2026-01-01T00:00:00Z"
Filter markets ending after this ISO timestamp.
"2025-01-01T00:00:00Z"
Filter markets ending before this ISO timestamp.
"2026-01-01T00:00:00Z"
Filter by tag ID.
1
Filter by whether the market is closed.
false
Include tag metadata when true.
true
Response
Top-level array of Polymarket market objects
"540817"
"New Rihanna Album before GTA VI?"
"new-rhianna-album-before-gta-vi-926"
"0x1fad72fae204143ff1c3035e99e7c0f65ea8d5cd9bd1070987bd1a3316f772be"
Polymarket CLOB token IDs. The upstream Gamma API may encode this as a JSON string.
Market outcomes. The upstream Gamma API may encode this as a JSON string.
Outcome prices. The upstream Gamma API may encode this as a JSON string.