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.
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
}Get Historical Funding Rates GET
Retrieve historical funding rates for a market. Returns exchange-wide funding rate history. **Platform Support**: - Hyperliquid: Supports time-based pagination - Aster: Supports limit-based fetching - Lighter: Supports time-based pagination - **Kuru: Not available** (spot DEX - no funding rates)
Place Order POST
Create a new trading order