Skip to main content
GET
https://api.0xarchive.io
/
v1
/
hyperliquid
/
hip3
/
freshness
/
{symbol}
Get HIP-3 data freshness
curl --request GET \
  --url https://api.0xarchive.io/v1/hyperliquid/hip3/freshness/{symbol} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "symbol": "km:US500",
    "coin": "km:US500",
    "exchange": "hip3",
    "measured_at": "2026-05-27T01:41:51.111819220Z",
    "orderbook": {
      "lag_ms": 881,
      "last_updated": "2026-05-27T01:41:50.230Z"
    },
    "trades": {
      "lag_ms": 43098,
      "last_updated": "2026-05-27T01:41:08.013Z"
    },
    "funding": {
      "lag_ms": 627,
      "last_updated": "2026-05-27T01:41:50.485Z"
    },
    "open_interest": {
      "lag_ms": 627,
      "last_updated": "2026-05-27T01:41:50.485Z"
    },
    "liquidations": {
      "lag_ms": null,
      "last_updated": null
    }
  },
  "meta": {
    "count": 1,
    "request_id": "00000000-0000-4000-8000-000000000000"
  }
}

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., km:US500)

Example:

"km:US500"

Response

Data freshness for the coin

API response wrapping HIP-3 coin freshness data.

success
boolean
Example:

true

data
object

Data freshness for all data types for a specific HIP-3 builder-perp symbol.

meta
object

Response metadata

Last modified on June 27, 2026