Limitless
List All Limitless Markets
Retrieve a paginated list of all Limitless 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:
- limitless_id: Unique Limitless market identifier
- title: Human-readable market title
- rules: Resolution criteria
- closed: Whether the market has closed
- category: Market category
Example
- Request:
GET /api/v1/limitless/markets?limit=10 - Header:
X-API-Key: YOUR_API_KEY
GET
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

