Skip to main content
GET
/
api
/
v1
/
predictions
/
events
/
live
Browse live events
curl --request GET \
  --url https://api.alpha-labs.trade/api/v1/predictions/events/live \
  --header 'Authorization: Bearer <token>'
{
  "data": "<unknown>"
}

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
cursor
integer
category
string
subcategory
string
competition
string

Response

Live events.

A { data: ... } envelope whose payload is passed through from an upstream source (Kalshi market data, chat messages, group agents). See the relevant guide for the exact shape.

data
any