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

What

An aggregated daily view of cross-chain dex metrics, including volume, distinct addresses and unique transactions grouped by blockchain and token. This only includes verified tokens.

Columns

Column NameData TypeDescription
BLOCKCHAINTEXTBlockchain, Network, or Platform the transaction or event occurs on.
TOKEN_ADDRESSTEXTThe specific address representing the asset on a specific platform. This will be NULL if referring to a native asset.
SYMBOLTEXTThe symbol of asset.
BLOCK_DATEDATEThe date of the block timestamp of this transaction in UTC
BUY_SWAP_COUNTNUMBERBUY_SWAP_COUNT column
BUY_VOLUMEFLOATBUY_VOLUME column
BUY_USD_VOLUMEFLOATBUY_USD_VOLUME column
SELL_SWAP_COUNTNUMBERSELL_SWAP_COUNT column
TOKEN_SWAPPERSNUMBERTOKEN_SWAPPERS column
SELL_VOLUMEFLOATSELL_VOLUME column
SELL_USD_VOLUMEFLOATSELL_USD_VOLUME column
NET_PURCHASEDFLOATNET_PURCHASED column
NET_PURCHASED_USDFLOATNET_PURCHASED_USD column
EZ_DEX_TOKEN_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.