Skip to main content
One row per order-book market that has traded in dimensions.order_book_markets, a book of buy and sell orders where the token itself changes hands, covering spot books and outcome markets. order_book_market_id is the venue’s book identifier joined with the chain, and it is the key every order-book figure joins on.

Coverage

One row per app, and a tick marks every app that reports the measure at this grain. It is the same table as the Order book market tab of Perpetuals.
AppProjectTrading volumeFeesSupply-side feesRevenue
hyperliquid-outcome-marketshyperliquidβœ“βœ“βœ“βœ“
hyperliquid-spothyperliquidβœ“βœ“βœ“βœ“

Columns

ColumnTypeDescription
order_book_market_idSTRINGIdentifier of the market: the venue’s book identifier joined with the chain.
project_idSTRINGProject the operating app belongs to.
app_idSTRINGThe app running the book. A book runs under this one app, where a perpetual market has an exchange app and an interface app.
chain_idSTRINGChain the book settles on.
quote_asset_idSTRINGThe token volume is measured in, keyed like dimensions.assets. Every accepted quote token is a dollar stablecoin (usdc, usdh, usdt0, usde), so a trade’s size times its price is already its dollar value.
base_symbolSTRINGSymbol of the traded token, as the venue lists it. Several contracts can share one symbol.
nameSTRINGReadable pair name, for example HYPE/USDC.
created_atTIMESTAMPTime of the first trade seen in the market, which is what puts the row in this table.

Sample queries

The volume table keys on order_book_market_id, and the registry turns that key into a readable pair and names the app running the book. Volume is a flow, so a week of it adds up.