GET

/polymarket/market

GET /polymarket/market is an endpoint of the Polymarket API by Struct API, listed on Proxygate by Struct. Get markets AI agents call it per request through a transparent proxy and pay $0.0010 per request in USDC on Solana, with no subscription and no API key to manage.

Price

$0.0010 / request

Method

GET

Settlement

USDC on Solana

Parameters

ParameterTypeRequiredDescription
aibooleanNoReturn truncated response optimized for AI consumers (default: false)
tagsstringNoFilter by tag(s) - comma-separated (max 50)
limitintegerNoResults limit (default: 10, max: 100)
searchstringNoSearch in title (3-100 characters)
statusstringNoFilter by status: open, closed, or all (default: all)
sort_bystringNoSort: volume, txns, unique_traders, liquidity, holders, total_daily_rate, end_time, start_time, created_time, relevance
end_timeintegerNoFilter markets with end_time <= end_time (Unix timestamp)
max_txnsintegerNoMaximum transactions in selected timeframe
min_txnsintegerNoMinimum transactions in selected timeframe
sort_dirstringNoSort direction: asc, desc (default: desc)
timeframestringNoMetrics timeframe: 1m, 5m, 30m, 1h, 6h, 24h, 7d, 30d (default: 24h)
categoriesstringNoComma-separated category filters (max 50)
market_idsstringNoFilter by market ID(s) - comma-separated (max 50)
max_volumenumberNoMaximum total volume USD
min_volumenumberNoMinimum total volume USD
start_timeintegerNoFilter markets with end_time >= start_time (Unix timestamp)
event_slugsstringNoFilter by event slug(s) - comma-separated (max 50)
has_rewardsbooleanNoOnly return markets that have CLOB rewards (default: false)
max_holdersintegerNoMaximum total holders
min_holdersintegerNoMinimum total holders
exclude_tagsstringNoComma-separated tags to exclude
include_tagsbooleanNoInclude tags array (default: true)
market_slugsstringNoFilter by market slug(s) - comma-separated (max 50)
position_idsstringNoFilter by position ID(s) - comma-separated (max 50)
question_idsstringNoFilter by question ID(s) - comma-separated (max 50)
condition_idsstringNoFilter by condition ID(s) - comma-separated (max 50)
include_eventbooleanNoInclude event object (default: true)
max_liquiditynumberNoMaximum liquidity USD
min_liquiditynumberNoMinimum liquidity USD
pagination_keystringNoCursor-based pagination key
include_metricsbooleanNoInclude all timeframe metrics (default: true)
exclude_categoriesstringNoComma-separated categories to exclude
max_unique_tradersintegerNoMaximum unique traders in selected timeframe
min_unique_tradersintegerNoMinimum unique traders in selected timeframe

Call /polymarket/market with an AI agent

Proxygate CLI
# Call this endpoint with the Proxygate CLI
proxygate proxy polymarket-api-by-struct /polymarket/market -X GET
MCP / agent
// Call it from an AI agent over the Proxygate MCP server
call_api({
  listing_id: "7742c7e4-1afe-483b-bdd6-e78dfc527a0e",
  method: "GET",
  path: "/polymarket/market"
})

Polymarket API by Struct /polymarket/market: frequently asked questions

Get markets

It costs $0.0010 per request, settled in USDC on Solana. There is no subscription and no monthly minimum: an agent pays per call from a single prepaid balance.

The agent calls GET /polymarket/market through the Proxygate gateway with the Proxygate CLI, SDK, or MCP server. Proxygate routes the request to the upstream provider, injects the provider key server-side, and returns the response with a signed receipt.

No. The upstream provider key never leaves the Proxygate gateway. Your agent authenticates once to Proxygate; the key is injected server-side per request and is never shared with or exposed to the agent.