Skip to main content
GET
Positioning over time
How the whole market is positioned on one instrument, over time. Each row is a point in time with the total long size, total short size, and the net across every tracked account. Watch the net flip, or watch one side build up ahead of a move. Add after / before (Unix seconds or milliseconds) to bound the window, and limit for the number of points. This is a cross-account aggregate. Polymarket’s API only exposes one account at a time and keeps no history, so this view doesn’t exist there at all.

Authorizations

x-api-key
string
header
required

Path Parameters

instrument
string
required

Instrument id (6), symbol (BTC-USD), or bare asset (btc).

Query Parameters

after
integer

Window start (Unix s or ms)

before
integer

Window end

limit
integer

Max snapshots (default 500)

Response

200 - application/json

Success