Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man polymarket-markets

/polymarket-markets(1)

agentutility / edge-finance / polymarket-markets
PRICE / CALL
$0.005
USDC · base mainnet · scheme: exact
METHOD
POST
CATEGORY
uncategorized
STATUS
live
NAME
polymarket-markets polymarket markets / prediction market data / polymarket api / list active prediction markets / crypto-settled betting odds / event odds…
SYNOPSIS
POST https://x402.org/v1/polymarket-markets
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Polymarket markets / prediction market data / Polymarket API / list active prediction markets / crypto-settled betting odds / event odds / Polymarket browse. Pulls live Polymarket markets from gamma-api with filter by category, tag, free-text query, minimum liquidity. Returns market question, current YES/NO outcome prices (implied probabilities), 24-hr volume, liquidity, end date. DATA-ONLY — no trading. Useful for agent forecasting research and arbitrage detection.

INPUTrequest schema
propertytypedescriptionreq?
querystringFree-text filter applied to question + description + slug. Case-insensitive substring match against the current page.optional
categorystringFilter by Polymarket category (substring match, 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.
enum: volume24hr · liquidity · endDate · startDate
optional
ascendingbooleanSort direction.optional
min_liquiditynumberMinimum liquidity in USD.optional
OUTPUTresponse shape
fieldtypedescription
marketsstringArray of Polymarket markets with question, YES/NO prices, 24-hr volume, liquidity, and end date.
countstringNumber of markets returned in the markets array after filters are applied.
attributionstringSource credit for the data, pointing to Polymarket's gamma-api as the upstream provider.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/polymarket-markets \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the polymarket-markets tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
edge-financeprediction-marketspolymarketbetting-oddsevent-probabilitiesmarket-liquidityforecastingpolymarket-gamma
methods
POST
cluster
edgefinance
price
$0.005 USDC per call
ADJACENTother endpoints in edgefinance
endpointdescriptionprice
kalshi-marketsKalshi markets / event contracts / Kalshi API / CFTC-regulated prediction markets / Kalshi browse / KalshiEX markets list.$0.005
polymarket-leaderboardPolymarket leaderboard / top traders / profit leaderboard / Polymarket whales / volume leaderboard / prediction market rankings.$0.005
polymarket-tradesPolymarket trades / recent prediction market trades / on-chain bet history / Polymarket trade feed / Polymarket data API.$0.005
exchange-ratesFX rates / forex / currency converter / USD to EUR / ECB rates / historical exchange rates.$0.002
insider-form-4SEC Form 4 (insider transactions) normalizer.$0.01
insider-tradingInsider trading feed.$0.01
sec-filingSEC EDGAR filing fetcher + parser + summarizer.$0.01
bls-occupational-statsBLS Public Data API — wages, employment levels, growth by series ID.$0.02
SEE ALSO
agentutility(7) · edgefinance(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org