Skip to content

Fetch a Single Event by ID

GET /events/{id}

Server: https://gamma.openfish.fun

Tags: Events


NameInTypeDescription
idpathstringRequired. Event ID

200 — The matching Event object with all available fields and nested data.

404 — No event exists with the specified ID.

{
"id": "456",
"title": "Bitcoin price milestones",
"slug": "bitcoin-price-milestones",
"volume": 120000,
"active": true,
"markets": [...]
}

Terminal window
curl "https://gamma.openfish.fun/events/456"