Skip to main content
The hyperliquid.raw.twaps table contains TWAP (Time-Weighted Average Price) order data on Hyperliquid.

Table Columns

Column NameDescription
status_change_timestampThe time at which the TWAP order status changed
order_timestampThe time at which the TWAP order was placed
twap_idThe TWAP order ID
statusThe status of the TWAP order
coinFor perpetuals the token symbol (e.g. HYPE). For spot, an ID representing a pair (e.g. @4). Resolve via hyperliquid.raw.spot_coin_pairs (join on coin = name) to get pair, token_a_symbol, token_b_symbol.
executed_notionalThe executed notional value
executed_sizeThe executed size
sideB - Buy A - Ask (Sell)
sizeThe total order size
userThe address of the user
minutesThe duration of the TWAP order in minutes
randomizeWhether the TWAP order uses randomized execution
is_reduce_onlyWhether this is a reduce-only order