/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.
$0.0010 / request
GET
USDC on Solana
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| ai | boolean | No | Return truncated response optimized for AI consumers (default: false) |
| tags | string | No | Filter by tag(s) - comma-separated (max 50) |
| limit | integer | No | Results limit (default: 10, max: 100) |
| search | string | No | Search in title (3-100 characters) |
| status | string | No | Filter by status: open, closed, or all (default: all) |
| sort_by | string | No | Sort: volume, txns, unique_traders, liquidity, holders, total_daily_rate, end_time, start_time, created_time, relevance |
| end_time | integer | No | Filter markets with end_time <= end_time (Unix timestamp) |
| max_txns | integer | No | Maximum transactions in selected timeframe |
| min_txns | integer | No | Minimum transactions in selected timeframe |
| sort_dir | string | No | Sort direction: asc, desc (default: desc) |
| timeframe | string | No | Metrics timeframe: 1m, 5m, 30m, 1h, 6h, 24h, 7d, 30d (default: 24h) |
| categories | string | No | Comma-separated category filters (max 50) |
| market_ids | string | No | Filter by market ID(s) - comma-separated (max 50) |
| max_volume | number | No | Maximum total volume USD |
| min_volume | number | No | Minimum total volume USD |
| start_time | integer | No | Filter markets with end_time >= start_time (Unix timestamp) |
| event_slugs | string | No | Filter by event slug(s) - comma-separated (max 50) |
| has_rewards | boolean | No | Only return markets that have CLOB rewards (default: false) |
| max_holders | integer | No | Maximum total holders |
| min_holders | integer | No | Minimum total holders |
| exclude_tags | string | No | Comma-separated tags to exclude |
| include_tags | boolean | No | Include tags array (default: true) |
| market_slugs | string | No | Filter by market slug(s) - comma-separated (max 50) |
| position_ids | string | No | Filter by position ID(s) - comma-separated (max 50) |
| question_ids | string | No | Filter by question ID(s) - comma-separated (max 50) |
| condition_ids | string | No | Filter by condition ID(s) - comma-separated (max 50) |
| include_event | boolean | No | Include event object (default: true) |
| max_liquidity | number | No | Maximum liquidity USD |
| min_liquidity | number | No | Minimum liquidity USD |
| pagination_key | string | No | Cursor-based pagination key |
| include_metrics | boolean | No | Include all timeframe metrics (default: true) |
| exclude_categories | string | No | Comma-separated categories to exclude |
| max_unique_traders | integer | No | Maximum unique traders in selected timeframe |
| min_unique_traders | integer | No | Minimum unique traders in selected timeframe |
Call /polymarket/market with an AI agent
# Call this endpoint with the Proxygate CLI
proxygate proxy polymarket-api-by-struct /polymarket/market -X GET// 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.