Unified REST APIMarket data

Get HIP-3 DEXes

Returns the list of available HIP-3 DEXes on Hyperliquid.

Platform Support: Available on hyperliquid only.

HIP-3 is the Hyperliquid Improvement Proposal that enables native spot DEXes to deploy and operate on Hyperliquid. This endpoint lists all currently active HIP-3 DEXes.

GET
/getHip3Dexes

Authorization

ApiKeyAuth
X-API-KEY<token>

In: header

Response Body

application/json

curl -X GET "https://api.hypereth.io/v2/hyperliquid/getHip3Dexes"
{
  "dexes": [
    "hyena",
    "vntl"
  ],
  "hyperethTimestamp": 1710011000000
}