v8

OpenAPI 3.1.02026-08-033623795.0 MB
Events

Retrieve the pulse feed

Returns a fully anonymized feed of recent platform-wide money movement, most recent first: purchases, payouts, withdrawals, card and ad spend, app revenue, and off-platform sales. Items carry only a type, the underlying event name, a USD amount, a coarse location under user, and a timestamp coarsened to the start of the minute; missing fields are omitted, not nulled. The payload is identical for every caller; no auth is required.

get/events/pulse

Query parameters

eventstring

Filter to one or more types, comma separated — for example withdrawal,card_spend. These are the item's type, not its event_name: several types share the ledger_line.created event name. Omit for every type in the feed. Values outside the feed's own set are rejected.

firstinteger

The number of events to return.

afterstring

A cursor for fetching events after a previous page.

beforestring

A cursor for fetching events before a later page.

Response

pulse feed filtered to one type