Project Event Search
Searches project events by keyword, optionally filtered by type.
Valid types: launch, upgrade, partnership, news, airdrop, listing, twitter.
Lookup: by UUID (id) or name (q). Returns 404 if the project is not found.
Query parameters
Surf project UUID. PREFERRED — always use this when available from a previous response (e.g. project_id from /fund/portfolio or id from /search/project). Takes priority over q.
Surf project UUID. PREFERRED — always use this when available from a previous response (e.g. project_id from /fund/portfolio or id from /search/project). Takes priority over q.
Fuzzy entity name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.
Fuzzy entity name search. Only use when 'id' is not available. May return unexpected results for ambiguous names.
Filter by event type. Can be launch, upgrade, partnership, news, airdrop, listing, or twitter.
Filter by event type. Can be launch, upgrade, partnership, news, airdrop, listing, or twitter.
Results per page
Results per page
Pagination offset
Pagination offset
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataResponseProjectEventItem.json"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.