Skip to main content
GET
cURL
Replay feed events you missed during a disconnection. Pass the timestamp (or event ID) of the last event you processed, and the response is everything after it.
Cursor-paginated. Catch a worker back up after a crash or deploy without back-filling from the live feed. Pair with Webhooks if you’d rather not poll at all.

Authorizations

Authorization
string
header
required

API key authentication. Send your key in the Authorization header as Bearer oxi_sk_live_.... Live keys require an active Pro subscription and return live data.

Query Parameters

cursor
string

Opaque event replay cursor returned as next_cursor by a prior response. The cursor maps to whale_alerts.id and is valid across backend replicas. Omit to fetch the latest durable public suffix.

limit
integer
default:50

Maximum durable public whale-trade events to return.

Required range: 1 <= x <= 100

Response

Public event replay window

object
string
required
Allowed value: "event_replay"
data
object[]
required
has_more
boolean
required
next_cursor
string
required
meta
object
required