JavaScript
Events
Retrieve the pulse feed
Returns a fully anonymized feed of recent platform-wide purchases, most recent first. This is the events resource’s anonymized read mode: items mirror the event shape but carry only an 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
JavaScript
Headers
Pins the request to a dated API version.
Example:
"2026-07-25"
Query Parameters
The number of events to return.
A cursor for fetching events after a previous page.
A cursor for fetching events before a later page.

