Skip to main content
GET
Get Hyperliquid Spot TWAP

Authorizations

X-API-Key
string
header
required

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

Path Parameters

symbol
string
required

Hyperliquid Spot pair symbol, for example HYPE-USDC

Example:

"HYPE-USDC"

Query Parameters

start

Start timestamp for bounded historical queries.

Example:

1704067200000

end

End timestamp for bounded historical queries.

Example:

1704070800000

cursor
string

Cursor for pagination. Use the value from the previous response metadata.

limit
integer
default:100

Maximum number of records to return.

Required range: x <= 10000

Response

Hyperliquid Spot TWAP data

success
boolean
Example:

true

data
object[]
meta
object

Response metadata

Last modified on August 13, 2026