Fetch Stablecoin Supply (Circulating)
Circulating supply — total minted supply minus the locked buckets
(bridged, premint, peg-stability, and other reserves). This is the
same value returned by the legacy STABLECOIN_SUPPLY metric; prefer
this metric for its clearer name.
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 Circulating Supply data
Object where keys are symbol names (e.g., 'eth', 'sol') and values contain metric data
