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.
Artemis-filtered and P2P metric flavors are being sunset
Alongside the base metric, Artemis historically published two filtered flavors of stablecoin transfer volume and daily transactions:- Artemis-filtered (
ARTEMIS_STABLECOIN_TRANSFER_VOLUME,ARTEMIS_STABLECOIN_DAILY_TXNS) — the adjusted view described above: deduplicated, with intra-exchange transfers and MEV removed. - P2P (
P2P_STABLECOIN_TRANSFER_VOLUME,P2P_STABLECOIN_DAILY_TXNS) — wallet-to-wallet (EOA-to-EOA) activity only.
STABLECOIN_TRANSFER_VOLUME(now gross — see above)STABLECOIN_DAILY_TXNS

