Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man polymarket-filter

/polymarket-filter

agentutility / edge-finance / polymarket-filter
PRICE / CALL
$0.005
USDC · base mainnet · scheme: exact
METHOD
POST
CATEGORY
uncategorized
STATUS
live
NAME
polymarket-filter filters and searches active polymarket prediction markets by category, keyword query, tag, liquidity threshold, and sort order
synonym alias of polymarket-markets — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/polymarket-filter
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Filters and searches active Polymarket prediction markets by category, keyword query, tag, liquidity threshold, and sort order. Send category, query, tag, active/closed flags, min_liquidity, limit, and order (by 24h volume, liquidity, or dates); the endpoint pulls a page from Polymarket's public gamma-api and applies the query, category, and liquidity filters server-side, returning markets with question, outcomes, outcome_prices, volume, and liquidity for each. This is market-data filtering only. It does not filter wallets by trade history and does not place trades. Use it as a Polymarket filter API, prediction market search tool, or market-data screener for forecasting research, sentiment monitoring, and arbitrage scanning.

INPUTrequest schema
propertytypedescriptionreq?
querystringFree-text filter applied to question, description, and slug.optional
categorystringFilter by Polymarket category substring, e.g. 'Sports', 'Crypto', 'Politics'.optional
tagstringPolymarket tag slug filter, passed through to upstream.optional
activebooleanDefault true. Pass false to include inactive markets.optional
closedbooleanDefault false. Pass true to include closed markets.optional
limitnumber1-100. Default 20.optional
offsetnumberPagination offset.optional
orderstringSort field: 'volume24hr', 'liquidity', 'endDate', or 'startDate'. Omit for default gamma-api order.
enum: volume24hr · liquidity · endDate · startDate
optional
ascendingbooleanSort direction when order is set. Default false (descending).optional
min_liquiditynumberMinimum liquidity in USD.optional
OUTPUTresponse shape
fieldtypedescription
marketsstring
countstring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/polymarket-filter \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the polymarket-filter tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
polymarketfilterpolymarket-filter
methods
POST
cluster
edgefinance
price
$0.005 USDC per call
ADJACENTother endpoints in edgefinance
endpointdescriptionprice
kalshi-marketsLists live Kalshi event contract markets from api.elections.kalshi.com, with filters for status, series ticker, event ticker, free-text q…$0.005
market-filterFilters Polymarket prediction markets by query, category, tag, liquidity, open/closed status, and sort order, on a demand-matching route.$0.005
marketsLists and searches Polymarket prediction markets, backed by gamma-api public market data under an exact buyer-demand slug.$0.005
polymarket-leaderboardReturns the Polymarket leaderboard: top accounts by realized profit OR notional volume over 1d/1w/1m/all-time windows.$0.005
polymarket-marketsLists live Polymarket prediction markets from gamma-api, with filters for category, tag, free-text query, and minimum liquidity.$0.005
polymarket-searchSearches Polymarket prediction markets by question, description, and slug over the returned market page, with optional category/tag/liqui…$0.005
polymarket-tradesRecent trades from any Polymarket market (by slug or conditionId) or for a specific wallet.$0.005
prediction-marketsList and search active Polymarket prediction markets with outcome probabilities, liquidity, volume, end dates, and URLs.$0.005
SEE ALSO
agentutility · edgefinance · x402 · mcp · llms.txt · registry.json · bazaar.x402.org