Skip to main content
GET
/
getSymbolInfo
Get Market Metadata
curl --request GET \
  --url https://api.hypereth.io/v2/hyperliquid/getSymbolInfo \
  --header 'X-API-KEY: <api-key>'
{
  "symbols": [
    {
      "symbol": "BTC",
      "marketType": "swap",
      "base": "BTC",
      "quote": "USDT",
      "settle": "USDT",
      "status": "trading",
      "precision": {
        "priceDecimals": 4,
        "quantityDecimals": 8,
        "tickSize": "0.0001",
        "stepSize": "0.00000001",
        "minOrderSize": "0.001"
      }
    }
  ],
  "dataTime": 1710000000000
}

Authorizations

X-API-KEY
string
header
required

Query Parameters

symbols
string

Filter to specific markets (comma-separated)

Response

200 - application/json

Successful response

symbols
object[]
dataTime
integer