external.defillama Table: fact_stablecoin_supply Type: View
What
This table contains historical circulating supply for the stablecoins indim_stablecoins, where
available.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| DATE | DATE | Date associated with the reported records. |
| STABLECOIN_ID | TEXT | The Defillama ID of the stablecoin. |
| STABLECOIN | TEXT | The name of the stablecoin. |
| SYMBOL | TEXT | The symbol of the stablecoin. |
| CHAINS | VARIANT | The name of the blockchain. |
| CIRCULATING | NUMBER | The total circulating supply of the stablecoin for that date. |
| UNRELEASED | NUMBER | The total unreleased supply of the stablecoin for that date. |