crosschain.stats Table: ez_stablecoin_token_flows_daily Type: Base Table
What
An aggregated daily view of stablecoin flows metrics, including transfer volume grouped by blockchain and token_address. This model only accounts of net transfer volume per token address, per address, per transaction then rolls up to the daily level.Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCKCHAIN | TEXT | Blockchain, Network, or Platform the transaction or event occurs on. |
| BLOCK_DATE | DATE | The date of the block timestamp of this transaction in UTC |
| TOKEN_ADDRESS | TEXT | TOKEN_ADDRESS column |
| SYMBOL | TEXT | SYMBOL column |
| STABLECOIN_TRANSFER_VOLUME_USD | FLOAT | STABLECOIN_TRANSFER_VOLUME_USD column |
| EZ_STABLECOIN_TOKEN_FLOWS_DAILY_ID | TEXT | The unique identifier for each row in the table. |
| 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. |