Skip to main content
The hyperliquid.raw.trades table contains raw trade data for Hyperliquid. Two fills make a trade.

Table Columns

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.