Skip to main content
Schema: blast.blitz Table: ez_market_depth_stats Type: View Liquidity data taken from Blitz’s Orderbook API, showing amount of liquidity at each price level.

Columns

Column NameData TypeDescription
HOURTIMESTAMP_NTZThe hour in which the stats table data was pull and inserted into the table.
TICKER_IDTEXTIdentifier of a ticker with delimiter to separate base/target.
PRODUCT_IDTEXTThe unique id of each product. Evens are perp products and odds are spot products.
ORDERBOOK_SIDETEXTDesignates the bid or ask side of the orderbook price.
VOLUMEFLOATThe quantity for each bid/ask order at the given price level.
PRICEFLOATThe price level for each bid/ask order.
ROUND_PRICE_0_01FLOATThe price level for each bid/ask order, rounded to nearest cent.
ROUND_PRICE_0_1FLOATThe price level for each bid/ask order, rounded to nearest ten cents.
ROUND_PRICE_1FLOATThe price level for each bid/ask order, rounded to nearest dollar.
ROUND_PRICE_10FLOATThe price level for each bid/ask order, rounded to nearest 10 dollars.
ROUND_PRICE_100FLOATThe price level for each bid/ask order, rounded to nearest 100 dollars.
EZ_MARKET_DEPTH_STATS_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.