Fetch a Single Event by ID
Endpoint
Section titled “Endpoint”GET /events/{id}
Server: https://gamma.openfish.fun
Tags: Events
Path Parameters
Section titled “Path Parameters”| Name | In | Type | Description |
|---|---|---|---|
id | path | string | Required. Event ID |
Response
Section titled “Response”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": [...]}curl "https://gamma.openfish.fun/events/456"