Search Markets and Events
Searches Gamma-compatible markets, events, and tags
Query Parameters
q*string
Search term.
limit_per_type?integer
Maximum number of rows to return per result type.
Default
25Range
1 <= value <= 500page?integer
1-based search results page.
Default
1Range
1 <= valuesearch_tags?boolean
Set to true to include tag matches.
Default
truesearch_profiles?boolean
Accepted for Gamma compatibility, but profile search results are not returned by this service.
Default
falsecreator?string
Optional creator filter. Use a creator wallet address or a site identifier to scope results to markets available on that site.
Response Body
application/json
application/json
curl -X GET "https://gamma-api.axes.co/public-search?q=trump"{
"events": [
{
"id": "31552",
"ticker": "presidential-election-winner-2028",
"slug": "presidential-election-winner-2028",
"title": "Presidential Election Winner 2028"
}
],
"tags": [
{
"id": "126",
"label": "Trump",
"slug": "trump",
"event_count": 3192
}
],
"pagination": {
"hasMore": true,
"totalResults": 3192
}
}{
"type": "bad request",
"error": "q is required"
}