Predict.fun
List All Predict.fun Markets
Retrieve a paginated list of all Predict.fun markets.
Pagination
Use limit and offset to paginate through results:
Use the limit and offset query parameters to paginate. Start with offset=0 and increment by your limit value until the response returns an empty list.
Response Fields:
Each market includes:
- market_id: Unique Predict.fun market identifier
- market_title: Human-readable market title
- question: Market question
- category: Market category
- rules: Resolution criteria
- strike/expiration: Strike price and expiration info
- conid_yes/conid_no: Contract IDs
Example
- Request:
GET /api/v1/pfun/markets?limit=10 - Header:
X-API-Key: YOUR_API_KEY
GET
Documentation Index
Fetch the complete documentation index at: https://docs.delphimarkets.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key (get one from the test-key endpoint above)
Query Parameters
Maximum number of markets to return (default: 100, max: 1000)
Required range:
x <= 1000Number of markets to skip for pagination

