Skip to main content
GET
Get HIP-3 order flow

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 (case-sensitive, e.g., hyna:BTC, km:US500)

Example:

"hyna:BTC"

Query Parameters

start
integer<int64>

Start timestamp, Unix milliseconds (e.g. 1767225600000)

Example:

1767225600000

end
integer<int64>

End timestamp, Unix milliseconds (e.g. 1767225600000)

Example:

1767225600000

cursor
string

Cursor for pagination (use the value from previous response's next_cursor)

limit
integer
default:1000

Maximum number of results (default: 1000, max: 10000)

Required range: x <= 10000
granularity
enum<string>

Aggregation granularity

Available options:
1m,
5m,
15m,
1h

Response

Order flow aggregation data

success
boolean
Example:

true

data
object[]
meta
object
Last modified on August 13, 2026