Skip to main content
GET
/
api
/
v1
/
hyperliquid
/
targets
/
active
Active Hyperliquid prediction targets
curl --request GET \
  --url https://api.vatic.trading/api/v1/hyperliquid/targets/active \
  --header 'x-api-key: <api-key>'
{
  "now": "2026-05-03T10:20:04.943Z",
  "slug": "btc-above-78213-yes-may-04-0600",
  "source": "hyperliquid",
  "results": [
    {
      "outcomeId": 1,
      "marketSlug": "btc-above-78213-may-04-0600",
      "yesSlug": "btc-above-78213-yes-may-04-0600",
      "noSlug": "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"
      },
      "underlying": "BTC",
      "marketClass": "priceBinary",
      "period": "1d",
      "windowStart": 1777788000,
      "windowStartIso": "2026-05-03T06:00:00.000Z",
      "expiry": 1777874400,
      "expiryIso": "2026-05-04T06:00:00.000Z",
      "source": "hyperliquid",
      "price": 78213,
      "yesPrice": 0.592455,
      "noPrice": 0.407545,
      "question": "BTC above 78213 at 2026-05-04T06:00:00.000Z"
    }
  ]
}

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.

This authenticated endpoint returns the currently active Hyperliquid prediction markets and their contract terms. Pass an official Hyperliquid trade slug like btc-above-78213-yes-may-04-0600, or omit slug to return the full live catalog. price is the contract’s targetPrice, while yesPrice and noPrice are the current side mids from Hyperliquid.

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. If omitted, returns all active Hyperliquid prediction markets currently in the live catalog.

Example:

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

Response

Active Hyperliquid target markets