Skip to main content
GET
/
api
/
v1
/
hyperliquid
/
markets
/
active
Active Hyperliquid market discovery
curl --request GET \
  --url https://api.vatic.trading/api/v1/hyperliquid/markets/active \
  --header 'x-api-key: <api-key>'
{
  "now": "2026-05-03T10:20:01.403Z",
  "slug": "btc-above-78213-yes-may-04-0600",
  "source": "hyperliquid",
  "questionCount": 0,
  "marketCount": 1,
  "markets": [
    {
      "venue": "hyperliquid",
      "outcomeId": 1,
      "name": "Recurring",
      "description": "class:priceBinary|underlying:BTC|expiry:20260504-0600|targetPrice:78213|period:1d",
      "marketClass": "priceBinary",
      "underlying": "BTC",
      "asset": "btc",
      "targetPrice": 78213,
      "marketSlug": "btc-above-78213-may-04-0600",
      "yesSlug": "btc-above-78213-yes-may-04-0600",
      "noSlug": "btc-above-78213-no-may-04-0600",
      "slugAliases": [
        "btc-above-78213-may-04-0600",
        "btc-above-78213-yes-may-04-0600",
        "btc-above-78213-no-may-04-0600"
      ],
      "tradeUrls": {
        "yes": "https://app.hyperliquid.xyz/trade/btc-above-78213-yes-may-04-0600",
        "no": "https://app.hyperliquid.xyz/trade/btc-above-78213-no-may-04-0600"
      },
      "period": "1d",
      "windowStart": 1777788000,
      "windowStartIso": "2026-05-03T06:00:00.000Z",
      "expiry": 1777874400,
      "expiryIso": "2026-05-04T06:00:00.000Z",
      "status": "active",
      "question": "BTC above 78213 at 2026-05-04T06:00:00.000Z",
      "parsedDescription": {
        "class": "priceBinary",
        "underlying": "BTC",
        "expiry": "20260504-0600",
        "targetPrice": "78213",
        "period": "1d"
      },
      "yes": {
        "sideIndex": 0,
        "side": "yes",
        "sideName": "Yes",
        "encoding": 10,
        "coin": "#10",
        "tokenName": "+10",
        "assetId": 100000010,
        "slug": "btc-above-78213-yes-may-04-0600",
        "url": "https://app.hyperliquid.xyz/trade/btc-above-78213-yes-may-04-0600",
        "midPrice": 0.592455,
        "markPrice": 0.59249,
        "prevDayPx": 0.5,
        "volume": 302672.2296,
        "dayBaseVolume": 550327,
        "circulatingSupply": 135219
      },
      "no": {
        "sideIndex": 1,
        "side": "no",
        "sideName": "No",
        "encoding": 11,
        "coin": "#11",
        "tokenName": "+11",
        "assetId": 100000011,
        "slug": "btc-above-78213-no-may-04-0600",
        "url": "https://app.hyperliquid.xyz/trade/btc-above-78213-no-may-04-0600",
        "midPrice": 0.407545,
        "markPrice": 0.40751,
        "prevDayPx": 0.5,
        "volume": 247654.7704,
        "dayBaseVolume": 550327,
        "circulatingSupply": 135219
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.vatic.trading/llms.txt

Use this file to discover all available pages before exploring further.

Use this authenticated discovery endpoint when you need parsed contract metadata plus side-level details like coin, assetId, midPrice, markPrice, volume, and circulatingSupply. You can filter by an official Hyperliquid trade slug, or omit slug to return every active market in the live catalog.

Authorizations

x-api-key
string
header
required

Required for order endpoints. Obtain your API key from the Vatic dashboard.

Query Parameters

slug
string

Optional official Hyperliquid trade slug, or the full Hyperliquid trade URL.

Example:

"btc-above-78213-yes-may-04-0600"

Response

Active Hyperliquid market discovery payload