Skip to main content
GET
/
search
Search events or markets
curl --request GET \
  --url https://api.agg.market/search \
  --header 'x-app-id: <api-key>'
{
  "type": "events",
  "data": [
    "<unknown>"
  ],
  "nextCursor": "<string>",
  "hasMore": true
}

Authorizations

x-app-id
string
header
required

Your application ID. Required for all app-tier and user-tier routes.

Query Parameters

q
string
required
Minimum string length: 1
type
enum<string>
required
Available options:
events,
markets
categoryIds
limit
number
Required range: 1 <= x <= 100
cursor
string
deepSearch

Response

200

type
enum<string>
required
Available options:
events
data
any[]
required
nextCursor
string | null
required
hasMore
boolean
required