Artemis has rebuilt the data pipeline behind its stablecoin metrics onto a single,
standardized data model applied consistently across every chain we cover. Most
metrics — including supply, active users, and net flows — are unchanged. One
calculation changed: transfer volume, described below.
Applies to
- Artemis Terminal — the stablecoins dashboard.
- REST API —
GET /stablecoins/*and stablecoin metrics served throughv2/data.
Transfer volume now reflects gross transfers
- Now: stablecoin transfer volume is gross — every transfer, with only mints and burns excluded.
- Previously: it reported an adjusted figure — deduplicated (only the largest transfer in a transaction counted), with intra-exchange transfers (e.g. an exchange moving funds between its own wallets) and MEV removed.
Mint = new units created; burn = units destroyed. These are issuance events, not economic transfers, so both measures exclude them.What you’ll see: headline stablecoin volume is higher than before, because gross volume includes the exchange-internal and duplicate activity that the adjusted figure removed. This is expected, not a data error.
Artemis may reintroduce an adjusted transfer-volume measure in the future.

