Skip to main content
GET
/
api
/
v1
/
events
/
feed
/
since
Replay public whale-trade intelligence events
curl --request GET \
  --url https://api.0xinsider.com/api/v1/events/feed/since \
  --header 'Authorization: Bearer <token>'
{
  "object": "<string>",
  "data": [
    {
      "id": "<string>",
      "type": "whale_trades_inserted",
      "cursor": "<string>",
      "sequence": 2,
      "published_at": "2023-11-07T05:31:56Z",
      "payload": {},
      "source": {
        "kind": "<string>",
        "producer_family": "whale_trades",
        "owner": "<string>",
        "provider_fetch_at_request_time": true
      },
      "freshness": {
        "status": "<string>",
        "observed_at": "2023-11-07T05:31:56Z"
      }
    }
  ],
  "has_more": true,
  "next_cursor": "<string>",
  "meta": {
    "request_id": "<string>",
    "cached": true,
    "replay": {
      "from_cursor": "<string>",
      "to_cursor": "<string>",
      "from_sequence": 1,
      "to_sequence": 1,
      "ordering": "<string>"
    },
    "retention": {
      "status": "durable_database",
      "retained_events": 1,
      "cursor_expired": true
    },
    "completeness": {
      "status": "complete",
      "reason": "<string>"
    },
    "cache_age_s": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.0xinsider.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer oxi_sk_live_...

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