Skip to main content
GET
Browse live events

Authorizations

Authorization
string
header
required

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

limit
integer

Default 20, max 50.

cursor
integer

Numeric offset for the next page.

category
string

Category tag slug (subcategory wins when both are sent).

subcategory
string

Narrower category tag slug; takes precedence over category.

competition
string

Ignored on the current venue.

Response

Live 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.

data
any