Skip to main content
GET
Search events, markets, traders, and builders

Query Parameters

q
string
required

Search query (min 2 characters). Slug-shaped values match event/market slugs. Prefix with 0x for exact wallet address lookup.

type
string

Comma-separated categories to search: events, markets, traders, builders (default: all four). Example: type=markets,builders

include_pnl
boolean

Include lifetime PnL summary for each trader (default: false)

sort_by
enum<string>

Sort field applied to both events and markets (default: volume). Fields marked events-only or markets-only fall back to volume on the other category. Combined sort options valid for both events and markets in search

Available options:
volume,
txns,
unique_traders,
relevance,
title,
creation_date,
start_date,
end_date,
liquidity,
holders,
end_time,
start_time,
created_time
sort_dir
enum<string>

Sort direction (default: desc)

Available options:
asc,
desc
timeframe
enum<string>

Metrics timeframe used for volume/txns/unique_traders sort (default: 24h)

Available options:
1m,
5m,
30m,
1h,
6h,
24h,
7d,
30d,
lifetime
limit
integer<int32>

Results limit per category (default: 10, max: 250)

events_pagination_key
string

Cursor for the next page of events, obtained from previous response's events_pagination.pagination_key

markets_pagination_key
string

Cursor for the next page of markets, obtained from previous response's markets_pagination.pagination_key

traders_pagination_key
string

Cursor for the next page of traders, obtained from previous response's traders_pagination.pagination_key

builders_pagination_key
string

Cursor for the next page of builders, obtained from previous response's builders_pagination.pagination_key

Response

Search results. Only requested categories (via type) are included in the response.

events
object[] | null
events_pagination
null | object

Pagination metadata to include in API responses

markets
object[] | null
markets_pagination
null | object

Pagination metadata to include in API responses

traders
object[] | null
traders_pagination
null | object

Pagination metadata to include in API responses

builders
object[] | null
builders_pagination
null | object

Pagination metadata to include in API responses

Last modified on August 7, 2026