This section contains the raw data schemas for Hyperliquid.
Table NameDescription
hyperliquid.raw.fillsRaw Hyperliquid fills data for all trade that is executed.
hyperliquid.raw.tradesRaw Hyperliquid fills data for all trades the trades. Two fills make a trade.
hyperliquid.raw.ordersRaw Hyperliquid orders data.
hyperliquid.raw.blocksBlocks level metadata, including block height, hash, timestamp, and proposer.
hyperliquid.raw.transactionsTransactions data for each block on Hyperliquid.
hyperliquid.raw.tokensList of tokens that are traded on Hyperliquid DEX, with token metadata such as token name and symbol. Currently only includes spot tokens.
hyperliquid.raw.perpetual_market_asset_contextsPerpetual market asset context data. This coin volume, open interest, funding, premium, mid price.
Table NameDescription
hyperliquid.raw.builder_fillsFills completed builders only, including builder fees and the builder address. ie the trade was facilitated by an order placed by that builder. Data is available from 2024-10-27.
hyperliquid.raw.builder_transactionsSuccessfully completed transactions with builder address and fee, built incrementally from hyperliquid.raw.transactions
hyperliquid.raw.builder_labelsBuildet address and builder identity mapping, source from publicly available data.
Table NameDescription
hyperliquid.raw.register_referralSuccessfull referral registration filetered from hyperliquid.raw.transactions. Contains the referral code used e.g. PURS and the address of the user registering the referral.
hyperliquid.raw.set_referrerSucessful registration of a referrer filtered from hyperliquid.raw.transactions. Contains the referral code used e.g. PURS and the address of the user settingt the referrer.

Schemas

Column NameDescription
coinA unique identifier for the asset being traded: • The coin for perpetuals is the standard token symbol, e.g. HYPE • The coin for spot tokens is an ID representing a pair of tokens based on Hyperliquid’s metadata, e.g. @4 (coin) represents token 5/token 0, which corresponds to JEFF/USDC The metadata is available from the info endpoint of Hyperliquid’s API
pricePrice of the coin at the time of the trade
sideB = Buy (spot) / Long (perpetuals) A = Sell (spot) / Short (perpetuals)
sizeUnits of the coin that were traded
usersAn array of 2 users that were involved in the trade
transaction_hashThe transaction hash for the trade. *See notes for Null Transaction hash.
trade_idAn identifier for the trade. Some historical trades share a tid of 0
timestampThe UTC timestamp of when the trade was executed
unique_idA unique identifier for each trade
extra_fieldsAdditional information for each trade. See notes for more details.