Skip to main content
GET
Position events
A real-time whale-activity feed: opened, closed, increased, reduced, and flipped events, built by diffing each wallet’s position snapshots. Filter by type, instrument, min_notional, address, liquidation, and after. Polymarket has nothing like this — it exists only because we snapshot every account continuously.

Authorizations

x-api-key
string
header
required

Query Parameters

type
string

opened | closed | increased | reduced | flipped

instrument
string

Instrument id/symbol/asset.

min_notional
number

Only events >= this USD size.

address
string

One account.

liquidation
boolean

true | false

after
string

Only rows after this time (Unix s or ms).

limit
integer

Max rows.

Response

200 - application/json

Success