Fetch Stablecoin Supply (Total)
Total minted supply of stablecoins — the full issued amount before removing any of the locked buckets.
Identity:
STABLECOIN_SUPPLY_CIRCULATING = STABLECOIN_SUPPLY_TOTAL - (STABLECOIN_SUPPLY_BRIDGED + STABLECOIN_SUPPLY_PREMINT + STABLECOIN_SUPPLY_PEG_STABILITY + other locked buckets)
Dash-Separated Symbol Syntax:
- Simple:
eth,sol,usdc - Chain-specific:
usdc-eth(USDC on Ethereum) - Category-specific:
mev-usdc(USDC tagged to MEV) - Category-chain:
payments-eth(Payments on Ethereum)
Query Parameters
Chain symbols, comma-separated. Supports dash-separated syntax
Start date in YYYY-MM-DD format
End date in YYYY-MM-DD format
Time-bucket granularity for returned series.
DAY, WEEK, MONTH, QUARTER, YEAR Maximum number of data points to return (1–1000).
1 <= x <= 1000Your Artemis API key
Response
Stablecoin Total Supply data
Object where keys are symbol names (e.g., 'eth', 'sol') and values contain metric data
