For the complete documentation index, see llms.txt. This page is also available as Markdown.

Search Events

Search and browse prediction markets

POST

Overview

Search and browse available prediction markets.

Authentication

No authentication required.

Request

  • Method: POST

  • Path: /api/events/search

Query Parameters

Parameter
Type
Required
Default
Description

page

integer

No

0

Zero-based page

size

integer

No

20

Items per page

Request body

Field
Type
Required
Description

sb

string

No

Sort by — VOLUME_24H, TOTAL_VOLUME, LIQUIDITY, NEWEST, OLDEST, ENDING_SOON, CHANCE

sd

string

No

Sort direction — ASC or DESC

l

string

No

Language — en, de, es, pt, zh, ja, ko, id

ss

string

No

Search string

c

string[]

No

Category slugs to filter

t

string[]

No

Tag names to filter

ft

boolean

No

Featured events only

Example request

Response 200 OK

Field
Type
Description

content

array

Array of events

content[].id

string

Event ID

content[].title

string

Event title

content[].outcomes

array

List of outcomes and markets

totalElements

integer

Total number of events

totalPages

integer

Total number of pages

Error variants

Common public endpoint errors:

Code
Description

400

Bad Request — Invalid parameters

404

Not Found — Resource does not exist

500

Internal Server Error

Error response

Python example

Last updated

Was this helpful?