Manifold markets
manifold_marketsSearch or browse Manifold Markets questions, returning each one's probability, outcome type, volume, liquidity, unique bettor count, close time, creator and resolution state. Manifold is a PLAY-money venue denominated in MANA, so treat a probability as a crowd forecast rather than a real-money price; every response says so and reports the token. 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 /manifold/markets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | score, newest, liquidity, close-date or most-popular Example: 'score'. | |
| limit | No | How many markets, 1-50 (default 10) Example: '10'. | |
| filter | No | all, open, closed or resolved (default open) Example: 'open'. | |
| search | No | Question text to search for Example: 'bitcoin'. |