Polymarket markets
polymarket_marketsList live Polymarket markets ordered by volume or liquidity, each with its question, Gamma id, condition id, every outcome with its USDC price and CLOB token id, best bid/ask, last trade price, volume, liquidity and end date. Use it to see what the largest real-money prediction markets are pricing right now. Prices are probabilities between 0 and 1. Costs $0.005 USDC per call via x402 on Base; an unpaid call returns the payment challenge instead of data, and a call that returns no data is never settled so it costs nothing. Equivalent HTTP route: GET /polymarket/markets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many markets, 1-50 (default 10) Example: '10'. | |
| order | No | volumeNum, liquidityNum, startDate or endDate Example: 'volumeNum'. | |
| closed | No | Return closed markets instead of open ones Example: 'false'. | |
| ascending | No | Sort ascending instead of descending Example: 'false'. |