Skip to main content
GET
Get Hyperliquid Spot user TWAP
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

Path Parameters

user
string
required

Hyperliquid user address.

Example:

"0x0000000000000000000000000000000000000000"

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 user TWAP data

success
boolean
Example:

true

data
object[]
meta
object

Response metadata

Last modified on September 8, 2026