Skip to main content
Schema: crosschain.stats Table: ez_activity_metrics_daily Type: Base Table

What

An aggregated daily view of cross-chain activity metrics, including transaction counts, fees, and unique initiators. This model also contains and IS_QUALITY flag that indicates whether the transaction initiator has a user score of 4 or higher.

Columns

Column NameData TypeDescription
BLOCKCHAINTEXTBlockchain, Network, or Platform the transaction or event occurs on.
BLOCK_DATEDATEThe date of the block timestamp of this transaction in UTC
TRANSACTION_COUNTNUMBERThe number of transactions in the hour.
QUALITY_TRANSACTION_COUNTNUMBERThe number of transactions in the hour.
TRANSACTION_COUNT_SUCCEEDEDNUMBERTRANSACTION_COUNT_SUCCEEDED column
QUALITY_TRANSACTION_COUNT_SUCCEEDEDNUMBERThe number of successful transactions in the hour for addresses with a score of 4 or higher
UNIQUE_INITIATOR_COUNTNUMBERThe number of unique initiator or origin from addresses in the hour.
QUALITY_UNIQUE_INITIATOR_COUNTNUMBERThe number of unique initiator or origin from addresses in the hour for addresses with a score of 4 or higher
TOTAL_FEES_NATIVEFLOATThe sum of all fees in the hour, in the native fee currency.
QUALITY_TOTAL_FEES_NATIVEFLOATThe sum of all fees in the hour, in the native fee currency for addresses with a score of 4 or higher
TOTAL_FEES_USDFLOATThe sum of all fees in the hour, in USD.
QUALITY_TOTAL_FEES_USDFLOATThe sum of all fees in the hour, in USD for addresses with a score of 4 or higher
EZ_ACTIVITY_METRICS_DAILY_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.
_INVOCATION_IDTEXT_INVOCATION_ID column