Stablecoins
Schema: Common, Arbitrum, Avalanche, Base, Bsc, Celo, Ethereum, Optimism, Polygon, Solana, Tron, Ton
Last updated
Schema: Common, Arbitrum, Avalanche, Base, Bsc, Celo, Ethereum, Optimism, Polygon, Solana, Tron, Ton
Last updated
This schema contains daily metrics around transfer volume, transactions and supply for addresses, apps, and categories across different stablecoins with different filters applied.
Table Schema
Column Name | Description |
---|---|
Filters
Sample Query
Stablecoins Tracked
We unify symbols of stablecoins that have been bridge.
Arbitrum
Avalanche
Base
Binance Smart Chain (BSC)
Celo
Ethereum
Optimism
Polygon
Solana
TON
Tron
Filter | Description |
---|---|
Table Names | Descriptions |
---|---|
Symbol | Symbol in Database | Contract Address |
---|---|---|
Symbol | Symbol in Database | Contract Address |
---|---|---|
Symbol | Symbol in Database | Contract Address |
---|---|---|
Symbol | Symbol in Database | Contract Address |
---|---|---|
Symbol | Symbol in Database | Contract Address |
---|---|---|
Symbol | Symbol in Database | Contract Address |
---|---|---|
Symbol | Symbol in Database | Contract Address |
---|---|---|
Symbol | Symbol in Database | Contract Address |
---|---|---|
Symbol | Symbol in Database | Contract Address/SPL Token |
---|---|---|
Symbol | Symbol in Database | Contract Address |
---|---|---|
Symbol | Symbol in Database | Contract Address |
---|---|---|
None
Unfiltered Stablecoin Activity
ARTEMIS
Adjusted stablecoin activity is defined as deduped stablecoin activity less intra exchange transfers and MEV. De-dupping is the process of selecting the largest transfer for a transaction. Intra exchange activity is defined as transfers between tagged addresses for the same exchange (e.g. coinbase moving money from a deposit wallet to a cold wallet). The goal is to estimate "real" stablecoin activity.
P2P
Stablecoin activity between wallets/Externally Owned Accounts (EOAs)
EZ_STABLECOIN_METRICS_BY_ADDRESS
Schema identified above. This table provides daily information of an address and stablecoin combination.
EZ_STABLECOIN_METRICS
Aggregate table down stream of EZ_STABLECOIN_METRICS_BY_ADDRESS. This table is only avaiable in the COMMON
schema. For aggregate stablecoin metrics by chain use the EZ_METRICS
table.
DAI
DAI
USDC
USDC
USDC.e
USDC
USDT
USDT
AUSD
AUSD
DAI
DAI
EURC
EURC
USDC
USDC
USDC.e
USDC
USDT
USDT
USDT.e
USDT
DAI
DAI
EURC
EURC
USDC
USDC
USDC.e
USDC
BUSD
BUSD
DAI
DAI
USDC
USDC
USDT
USDT
cEUR
cEUR
cKES
cKES
cUSD
cUSD
cUSD
cUSD
USDC
USDC
USDT
USDT
USDGLO
USDGLO
AUSD
AUSD
BUSD
BUSD
DAI
DAI
EURC
EURC
PYUSD
PYUSD
USDC
USDC
USDe
USDe
USDP
USDP
USDT
USDT
DAI
DAI
USDC
USDC
USDC.e
USDC
USDT
USDT
DAI
DAI
USDC
USDC
USDC.e
USDC
USDT
USDT
EURC
EURC
PYUSD
PYUSD
USDC
USDC
USDT
USDT
USDT
USDT
USDC
USDC
USDT
USDT
DATE
The date of identified activity
FROM_ADDRESS
The from address of the transfer event associated with the activity identified in the row
CONTRACT_NAME
, CONTRACT
, APPLICATION
, ICON
, APP
, CATEGORY
A series of metadata columns tagged to the FROM_ADDRESS
IS_WALLET
Identifier (0,1) if the FROM_ADDRESS
is an EOA
CONTRACT_ADDRESS
Contract address of the stablecoin token
SYMBOL
Symbol of the stablecoin token
STABLECOIN_TRANSFER_VOLUME
The stablecoin transfer volume for the identified DATE
, ADDRESS
, and CONTRACT_ADDRESS
. Three columns exist to identify different filters applies with the following prefixes: P2P
, ARTEMIS
, None
STABLECOIN_DAILY_TXNS
The daily sum of stablecoins transfers for the identified DATE
, ADDRESS
, and CONTRACT_ADDRESS
. Three columns exist to identify different filters applies with the following prefixes: P2P
, ARTEMIS
, None
STABLECOIN_SUPPLY
The stablecoin balance rounded to $0.01 of the FROM_ADDRESS
for a stablecoin (CONTRACT_ADDRESS
) on a particular DATE
CHAIN
The chain associated the activity identified in the row
UNIQUE_ID
A unique id identifing the row. This is a concatenation of DATE
-FROM_ADDRESS
-CONTRACT_ADDRESS
-CHAIN