Skip to main content
GET
Get HIP-3 cumulative volume delta

Authorizations

X-API-Key
string
header
required

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

Path Parameters

symbol
string
required

HIP-3 symbol with builder prefix. Case-sensitive.

Example:

"km:US500"

Query Parameters

start
integer<int64>

Start timestamp in Unix milliseconds. Defaults depend on the route family.

end
integer<int64>

End timestamp in Unix milliseconds. Defaults to now.

interval
enum<string>
default:1h

Aggregation interval. Supported public buckets are 1h, 4h, 1d, and 1w.

Available options:
1h,
4h,
1d,
1w

Response

HIP-3 CVD buckets

API response containing CVD buckets.

success
boolean
Example:

true

data
object[]
meta
object

Response metadata

Last modified on July 28, 2026