Skip to main content

Documentation Index

Fetch the complete documentation index at: https://beta.docs.sqd.dev/llms.txt

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

HyperCore Fills: trade execution data from Hyperliquid’s perpetual futures exchange. Includes position changes (closing-trade PnL), builder routing, and per-user activity.
PropertyValue
Network IDhyperliquid-fills
Real-timeYes

Endpoint

https://portal.sqd.dev/datasets/hyperliquid-fills

Quick start

curl --compressed -X POST \
  'https://portal.sqd.dev/datasets/hyperliquid-fills/stream' \
  -H 'Content-Type: application/json' \
  -d '{
    "type": "hyperliquidFills",
    "fromBlock": 0,
    "toBlock": 100,
    "fields": {
      "block": { "number": true, "timestamp": true },
      "fill": { "user": true, "coin": true, "px": true, "sz": true, "side": true }
    },
    "fills": [{}]
  }'

Schema

FieldTypeDescription
numberintegerBlock number
hashstringBlock hash
timestampintegerBlock timestamp
FieldTypeDescription
userstringTrader address
coinstringAsset name
pxnumberFill price
sznumberFill size
sidestringA (ask) or B (bid)
timeintegerFill timestamp (ms)
hashstringFill hash
oidbigintOrder ID
closed_pnlnumberClosed PnL
crossedbooleanWhether the order crossed the book
feenumberFee paid
fee_tokenstringFee token
tidbigintTrade ID

Reference

API Reference

Field definitions and query syntax

Portal Migration

Migrate from v2 archives to Portal