Skip to main content
GET
Get HIP-3 breadth above session VWAP history
API key required. Send X-API-Key with this request. See REST authentication.
Open the generated operation schema for machine-readable request and response details.

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours at https://0xarchive.io/dashboard

Query Parameters

start
integer<int64>

Start timestamp in Unix milliseconds. Defaults to 24h ago.

end
integer<int64>

End timestamp in Unix milliseconds. Defaults to now.

cursor
string

Cursor timestamp in Unix milliseconds. Pass meta.next_cursor from the prior response; results after this timestamp are returned.

limit
integer
default:100

Maximum number of snapshots (default: 100, max: 1000).

Required range: x <= 1000
interval
enum<string>

Optional aggregation interval. Downsampled intervals select the last stored snapshot in each bucket; percentages are never averaged.

Available options:
5m,
15m,
30m,
1h,
4h,
1d

Response

Historical HIP-3 breadth snapshots

success
boolean
Example:

true

data
object[]
meta
object

Response metadata

Last modified on August 29, 2026