All chains
blocks fills
Hyperliquid
Other App Chain / Chain ID 999
Hyperliquid is a high-performance Layer 1 blockchain optimized for on-chain perpetual trading with instant finality.
Quick Facts
Networks 4
Runtime Other
Chain ID 999
Real-time Yes
Data tables 2
Category App Chain
Networks
hyperliquid-fills
Real-time
Other mainnet 2 tables
hyperliquid-mainnet
Real-time
EVM mainnet 5 tables
hyperliquid-replica-cmds
Other mainnet 2 tables
hyperliquid-testnet
EVM testnet 3 tables
Available Data
Block headers with timestamps, gas usage, miner info, and consensus data.
Fills data for Hyperliquid.
Quick Start
1curl --compressed -X POST \
2 'https://portal.sqd.dev/datasets/hyperliquid-fills/stream' \
3 -H 'Content-Type: application/json' \
4 -d '{
5 "type": "evm",
6 "fromBlock": 0,
7 "toBlock": 100,
8 "fields": {
9 "block": {"number":true,"timestamp":true},
10 "transaction": {
11 "hash": true,
12 "from": true,
13 "to": true,
14 "value": true
15 }
16 },
17 "transactions": [{}]
18 }'
hyperliquid-fills/stream
EVM · blocks 0–100Start building with Hyperliquid
Access Hyperliquid data through the SQD Portal — free tier available.