Skip to main content
GET
Trade flow / CVD
Order-flow analytics per time bucket: taker buy vs sell notional, net quantity, and the running cumulative volume delta (CVD) — a classic pressure signal. side is the taker’s direction (long = bought). Choose bucket (1m to 1d) and bound with after / before. Buckets are oldest first, because CVD is a running sum from the start of the window. A plain call therefore starts at the beginning of our archive (July 9, 2026) — for recent flow, pass after (e.g. ?after= 24 hours ago) so the CVD accumulates over exactly the window you care about.

Authorizations

x-api-key
string
header
required

Path Parameters

instrument
string
required

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

Query Parameters

bucket
string

1m, 5m, 15m, 1h, 4h, 1d (default 1h)

after
string

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

before
string

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

limit
integer

Max rows.

Response

200 - application/json

Success