Skip to main content
GET
Trade flow / CVD
Order-flow analytics per time bucket: taker buy versus sell notional, net quantity, and running cumulative volume delta (CVD). side is the taker’s direction (long means bought). Choose a bucket from 1m to 1d and bound the response with after and before. Buckets are oldest first because CVD is a running sum from the start of the window. A plain call starts at the beginning of the archive on July 9, 2026. For recent flow, pass after so CVD accumulates over exactly the requested window. CVD remains a bounded single-page series. This route does not accept a cursor.

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