Browse events
Browse prediction events (trending, optionally filtered by category tag, or — when category is given — the paginated category browse). Prices in event payloads are human dollar strings.
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).
Query Parameters
Category tag slug(s), e.g. politics, sports, crypto (only the first comma-separated value is applied).
Legacy filter; ignored on the current venue.
Default 20, max 50.
Numeric offset for the next page.
When present, switches to the paginated category browse.
Response
Events.
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.