Skip to main content
Schema: blast.blitz Table: ez_account_stats Type: View Subaccount level table showing aggregated total activity across the Blitz exchange.

Columns

Column NameData TypeDescription
SUBACCOUNTTEXTIndependent Blitz account of trader with its own margin, balance, positions, and trades. Any wallet can open an arbitrary number of these. Risk is not carried over from subaccount to subaccount.
TRADERTEXTThe wallet address of the trader, there can be multiple subaccounts associated with a trader.
FIRST_TRADE_TIMESTAMPTIMESTAMP_NTZThe block timestamp of this subaccounts first trade.
LAST_TRADE_TIMESTAMPTIMESTAMP_NTZThe block timestamp of this subaccounts most recent trade.
ACCOUNT_AGENUMBERThe age of the account in days.
TRADE_COUNTNUMBERThe total amount of trades executed by the account
TRADE_COUNT_RANKNUMBERThe rank against all accounts based on trade count volume.
TRADE_COUNT_24HNUMBERThe total amount of trades made in the last 24 hours.
TRADE_COUNT_RANK_24HNUMBERThe rank against all accounts based on trade count volume in the last 24 hours.
PERP_TRADE_COUNTNUMBERThe total amount of perpetual trades executed by the account
SPOT_TRADE_COUNTNUMBERThe total amount of spot trades executed by the account
LONG_COUNTNUMBERThe total amount of buys/longs on the account.
SHORT_COUNTNUMBERThe total amount of sell/shorts on the account.
TOTAL_USD_VOLUMEFLOATThe total USD denominated volume of the account.
TOTAL_USD_VOLUME_RANKNUMBERThe rank against all accounts based on total usd volume on the account.
TOTAL_USD_VOLUME_24HFLOATThe total USD denominated volume of the account in the last 24 hours.
TOTAL_USD_VOLUME_RANK_24HNUMBERThe rank against all accounts based on the total USD denominated volume of the account in the last 24 hours.
AVG_USD_TRADE_SIZEFLOATThe average trade size in USD.
TOTAL_FEE_AMOUNTFLOATThe total amount of trading fees paid by the account.
TOTAL_BASE_DELTA_AMOUNTFLOATThe total base delta amount of the account.
TOTAL_QUOTE_DELTA_AMOUNTFLOATThe total quote delta amount of the account.
TOTAL_LIQUIDATION_AMOUNTFLOATThe total liquidation amount of the account.
TOTAL_LIQUIDATION_AMOUNT_QUOTEFLOATTo liquidate a position, there must be a payment (transfer) between the liquidator and the position holder. This done in the quote currency, USDC. Payments are signed as positive, meaning you received the USDC, or negative, meaning you paid. For perpetual liquidations, users should expect to see a (+) USDC payment. They will see a (-) USDC payment for borrowers since they need to pay the user for buying their borrow.
TOTAL_LIQUIDATION_COUNTNUMBERThe total count of liquidation accounts on the account.
EZ_ACCOUNT_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.