Get Polymarket Markets
List individual Polymarket prediction markets — one binary question each — with live pricing.
slug, condition_ids, clob_token_ids, tag_id, closed, and the volume_num_* / start_date_* / end_date_* ranges.
Returns a top-level array of market objects. The probability signal is outcomes paired with outcomePrices, quoted against bestBid / bestAsk; conditionId and clobTokenIds are the on-chain identifiers you need to join to other Polymarket data.
For the topic that groups several related questions together, use get_polymarket_events. For the same kind of question on the US-regulated Kalshi exchange, use get_kalshi_markets.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.
Filter by one or more market slugs.
Filter by one or more CLOB token IDs.
Filter by one or more market condition IDs.
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.