v1

latestOpenAPI 3.1.02026-07-2681217214.1 KB

Get latest price

Latest price snapshot. Fields returned depend on instrument class: perps returns mark/index/mid; spot returns mid.

get/api/v1/markets/{market_id}/{instrument}/price

Path parameters

market_idstring required

Canonical market slug, {venue}:{instrument_type}:{pair}.

instrument'perps' | 'spot' required

Instrument class: perps or spot. Must be consistent with the market_id.

Response

Latest price snapshot.

Example response

{
  "data": {
    "market_id": "hl:perp:BTC-USDC",
    "as_of": "2026-05-06T14:32:01.000000+00:00",
    "mark": "104830.10",
    "index": "104825.40",
    "mid": "104831.20"
  }
}