Skip to main content
GET
https://api.0xarchive.io
/
v1
/
hyperliquid
/
hip3
/
oracle
/
discovery-bounds
/
{symbol}
Get HIP-3 oracle discovery bounds
curl --request GET \
  --url https://api.0xarchive.io/v1/hyperliquid/hip3/oracle/discovery-bounds/{symbol} \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "symbol": "km:US500",
    "reference_price": 752.24,
    "reference_source": "external",
    "max_leverage": 20,
    "bound_fraction": 0.05,
    "lower_bound": 714.628,
    "upper_bound": 789.852,
    "block_number": 1038634032,
    "timestamp": 1781678086894
  },
  "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 discovery bounds

API response containing HIP-3 oracle discovery bounds.

success
boolean
Example:

true

data
object

Instantaneous HIP-3 discovery bounds derived from the current reference price and max leverage.

meta
object

Response metadata

Last modified on June 19, 2026