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 replica command stream — used for advanced infrastructure monitoring and replay.
PropertyValue
Network IDhyperliquid-replica-cmds
Real-timeNo

Endpoint

https://portal.sqd.dev/datasets/hyperliquid-replica-cmds

Quick start

curl --compressed -X POST \
  'https://portal.sqd.dev/datasets/hyperliquid-replica-cmds/stream' \
  -H 'Content-Type: application/json' \
  -d '{
    "type": "hyperliquidReplicaCmds",
    "fromBlock": 0,
    "toBlock": 100,
    "fields": {
      "block": { "number": true, "timestamp": true },
      "action": { "type": true, "user": true, "data": true }
    },
    "actions": [{}]
  }'

Schema

FieldTypeDescription
numberintegerBlock number
hashstringBlock hash
timestampintegerBlock timestamp
FieldTypeDescription
typestringAction type
userstringActing address
dataobjectAction payload
hashstringAction hash
timeintegerAction timestamp (ms)

Reference

API Reference

Field definitions and query syntax

Portal Migration

Migrate from v2 archives to Portal