Skip to main content
GET
/
api
/
hyperliquid
/
accounts
/
{account_id}
/
snapshots
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/hyperliquid/accounts/{account_id}/snapshots \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Path Parameters

account_id
integer<int32>
required

Account ID

Response

Account snapshot history

{ "items": [...] } wrapper used by a handful of list endpoints that don't have a more specific typed item shape yet.

items
object[]
required