Skip to main content
GET
Get live volume for an event

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

event_id
string | null

Event id(s), comma-separated. Required. event_id is the unified key across v2 (same as the feeds); id and eventId are accepted aliases.

Response

Per-market taker volume for the requested event(s), plus taker_volume_total

{ "data": T }; the envelope for endpoints that don't paginate.

There is no pagination key: an aggregate or bounded list has no next page. Paginated feeds return a *Page shape ({ data, pagination }) instead.

data
object
required

/v2/live-volume: one entry per market in the requested event(s), ordered by taker_volume descending, plus taker_volume_total; their sum. Events that resolve to no markets serve { taker_volume_total: 0.0, conditions: [] }.