Event by slug
Get a single event by its event slug, e.g. presidential-election-winner-2028 (markets filtered for liquidity). Legacy identifiers from older proposals also resolve.
Authorizations
Send your API key as Authorization: Bearer murmo_.... Keys are created in the Murmo app. Header-only — keys are never read from the query string. Valid for the REST API under /api/v1 only (not the GraphQL endpoint).
Path Parameters
Event slug, as returned by the events endpoints (eventId on proposals).
Response
Event.
A { data: ... } envelope whose payload is passed through from an upstream source (prediction-market data, chat messages, group agents). See the relevant guide for the exact shape.