external.defillama Table: fact_usdt_usdc_supply Type: View
What
Daily USDT and USDC supply metrics across different blockchainsColumns
| Column Name | Data Type | Description |
|---|---|---|
| DATE | TIMESTAMP_NTZ | Date of the supply data point |
| STABLECOIN_ID | NUMBER | Unique identifier for the stablecoin from Defillama |
| STABLECOIN | TEXT | Name of the stablecoin |
| SYMBOL | TEXT | Token symbol (USDC or USDT) |
| CHAIN | TEXT | Blockchain network where the stablecoin is deployed |
| TOTAL_BRIDGED_USD | FLOAT | Total value of bridged stablecoins in USD |
| TOTAL_CIRCULATING | FLOAT | Total circulating supply of the stablecoin |
| TOTAL_CIRCULATING_USD | FLOAT | Total circulating supply in USD value |
| DEFILLAMA_FACT_USDT_USDC_SUPPLY_ID | TEXT | Unique identifier for this record |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was inserted |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was last modified |