Unified REST APIMarket data
Get Market Metadata
Get market information and trading rules
Authorization
ApiKeyAuth X-API-KEY<token>
In: header
Query Parameters
symbols?string
Filter to specific markets (comma-separated)
marketType?enum<string>
Optional market type filter. Use "spot" for spot markets or "perp" for perpetual/futures markets.
Available options:
spotperpResponse Body
application/json
curl -X GET "https://api.hypereth.io/v2/hyperliquid/getSymbolInfo?symbols=BTC%2CETH"{
"symbols": [
{
"symbol": "BTC",
"marketType": "future",
"base": "BTC",
"quote": "USDT",
"settle": "USDT",
"status": "trading",
"precision": {
"priceDecimals": 4,
"quantityDecimals": 8,
"tickSize": "0.0001",
"stepSize": "0.00000001",
"minOrderSize": "0.001"
},
"dexProcessedTimestamp": 1710000000800
}
],
"dataTime": 1710000000000,
"dexReceivedTimestamp": 1710000000900,
"hyperethTimestamp": 1710000001000
}Get Order Book GET
Get order book depth data
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)