Skip to main content

Overview

Goldsky provides curated Hyperliquid Hypercore datasets for blocks, fills, trades, transactions, and miscellaneous events, making it easy to build pipelines for perp and spot market analysis.
Reach out to support@goldsky.com for dataset access.
Available datasets:
  • hypercore.blocks — Per-block metadata (height, time, proposer, hardfork)
  • hypercore.fills — Every individual fill (a single execution against a resting order), including liquidation details
  • hypercore.trades — Market trades, one row per trade, reconstructed by pairing the two fills under the same trade
  • hypercore.transactions — Signed-action transactions with their paired execution response
  • hypercore.misc_events — Miscellaneous event data

Schema Reference

hypercore.blocks (v1.0.0)

Per-block metadata.

hypercore.fills (v1.0.0)

Every individual fill — a single execution against a resting order. Liquidation fills carry the extra liquidation_* columns.

hypercore.trades (v1.0.0)

Market trades — one row per trade, reconstructed by pairing the two fills under the same trade.

hypercore.transactions (v1.0.0)

Signed-action transactions with their paired execution response.

hypercore.misc_events (v1.0.0)

Miscellaneous event data.
action, resp_response, and event are JSON-encoded strings. Use json_extract or your sink’s JSON functions to parse them downstream.