| HOUR | TIMESTAMP_NTZ | The hour in which the stats table data was pull and inserted into the table. |
| TICKER_ID | TEXT | Identifier of a ticker with delimiter to separate base/target. |
| PRODUCT_ID | TEXT | The unique id of each product. Evens are perp products and odds are spot products. |
| SYMBOL | TEXT | The specific Blitz product symbol, if it is a futures product it will have a -PERP suffix. |
| DISTINCT_SEQUENCER_BATCHES | NUMBER | The amount of sequencer transactions that included this product in the last hour. |
| DISTINCT_TRADER_COUNT | NUMBER | The distinct traders in the last hour, based on a distinct count of wallet addresses. |
| DISTINCT_SUBACCOUNT_COUNT | NUMBER | The distinct traders in the last hour, based on a distinct count of subaccount. |
| TRADE_COUNT | NUMBER | The total number of trades on Blitz in the last hour. |
| AMOUNT_USD | FLOAT | The size of the trade in USD. Base Delta multiplied by the price amount. |
| FEE_AMOUNT | FLOAT | The fees on the trade, decimal adjusted. All amounts and prices are adjusted 18 decimals points regardless of underlying asset contract. |
| BASE_DELTA_AMOUNT | FLOAT | Represents the net change in the total quantity of orders at a particular price level, decimal adjusted. All amounts and prices are adjusted 18 decimals points regardless of underlying asset contract. The sum of these across the same digest is equal to the amount. This is the first currency listed in the pair and acts as the reference point for the exchange rate, in this case the crypto asset trading against USDC. |
| QUOTE_DELTA_AMOUNT | FLOAT | The net change in the best bid and best ask prices in the order book, decimal adjusted. All amounts and prices are adjusted 18 decimals points regardless of underlying asset contract. A positive value is an increase in spread and a negative value is a decrease in spread. Quote is currency used to express the value of the base currency. It’s often the more well-known or stable currency in the pair. In this case, USDC. |
| BASE_VOLUME_24H | FLOAT | The 24 hour trading volume for the pair (unit in base). |
| QUOTE_VOLUME_24H | FLOAT | The 24 hour trading volume for the pair (unit in quote). |
| FUNDING_RATE | FLOAT | Current 24hr funding rate. Can compute hourly funding rate dividing by 24. |