Skip to main content
GET
https://api.0xarchive.io
/
v1
/
hyperliquid
/
hip3
/
oracle
/
external-price
/
{symbol}
Get HIP-3 oracle external price
curl --request GET \
  --url https://api.0xarchive.io/v1/hyperliquid/hip3/oracle/external-price/{symbol} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "symbol": "km:US500",
    "block_number": 1038634032,
    "timestamp": 1781678086894,
    "external_price": 752.24,
    "mark_price": 752.1
  },
  "meta": {
    "count": 123,
    "next_cursor": "<string>",
    "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
}

Authorizations

X-API-Key
string
header
required

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

Path Parameters

symbol
string
required

HIP-3 symbol with builder prefix. Case-sensitive.

Example:

"km:US500"

Response

HIP-3 oracle external price

API response containing HIP-3 oracle external price data.

success
boolean
Example:

true

data
object

Latest deployer-pushed external and mark price for a HIP-3 market.

meta
object

Response metadata

Last modified on June 19, 2026