crosschain.stats Table: ez_bridge_protocol_metrics_daily Type: Base Table
What
An aggregated daily view of cross-chain bridging metrics, including volume, distinct addresses and unique transactions grouped by blockchain and bridge protocol.Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCKCHAIN | TEXT | Blockchain, Network, or Platform the transaction or event occurs on. |
| PROTOCOL | TEXT | The platform or protocol from which the bridge transaction or event originates. |
| BLOCK_DATE | DATE | The date of the block timestamp of this transaction in UTC |
| TOTAL_INBOUND_VOLUME | FLOAT | TOTAL_INBOUND_VOLUME column |
| DISTINCT_INBOUND_ADDRESSES | NUMBER | DISTINCT_INBOUND_ADDRESSES column |
| DISTINCT_INBOUND_TRANSACTIONS | NUMBER | DISTINCT_INBOUND_TRANSACTIONS column |
| TOTAL_OUTBOUND_VOLUME | FLOAT | TOTAL_OUTBOUND_VOLUME column |
| DISTINCT_OUTBOUND_ADDRESSES | NUMBER | DISTINCT_OUTBOUND_ADDRESSES column |
| DISTINCT_OUTBOUND_TRANSACTIONS | NUMBER | DISTINCT_OUTBOUND_TRANSACTIONS column |
| NET_VOLUME | FLOAT | NET_VOLUME column |
| GROSS_VOLUME | FLOAT | GROSS_VOLUME column |
| EZ_BRIDGE_PROTOCOL_METRICS_DAILY_ID | TEXT | EZ_BRIDGE_PROTOCOL_METRICS_DAILY_ID column |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |