Skip to main content
GET
/
api
/
v1
/
hyperliquid
/
targets
/
timestamp
Hyperliquid target lookup by timestamp
curl --request GET \
  --url https://api.vatic.trading/api/v1/hyperliquid/targets/timestamp \
  --header 'x-api-key: <api-key>'
{
  "now": "2026-05-03T10:20:03.513Z",
  "slug": "btc-above-78213-yes-may-04-0600",
  "source": "hyperliquid",
  "requestedTimestamp": 1777788000,
  "requestedTimestampIso": "2026-05-03T06:00:00.000Z",
  "results": [
    {
      "matchType": "exact",
      "distanceSeconds": 0,
      "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.

Today this authenticated endpoint searches the live Hyperliquid outcome catalog. Pass an official Hyperliquid trade slug to scope the lookup to one market, or omit slug to rank every live market for the requested timestamp. If the timestamp falls inside an active market window, you get an exact match. Otherwise you get the nearest currently-known market from 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"

timestamp
integer
required

Unix timestamp in seconds, unix ms, or an ISO datetime string.

Example:

1777788000

Response

The exact or nearest live-catalog Hyperliquid markets for the requested timestamp