Python
Stablecoins
Fetch Stablecoin DAU (Daily Active Users)
Fetch daily active users for stablecoins. Returns unfiltered stablecoin activity.
Dash-Separated Symbol Syntax:
- Simple:
eth,sol,usdc - Chain-specific:
usdc-eth(USDC metrics on Ethereum) - Category-specific:
mev-usdc(USDC metrics tagged to MEV) - Category-chain:
payments-eth(Payment-related activity on Ethereum)
You can query any categories, chains, or symbols individually or combine them with a dash to get the intersection.
GET
Python
Query Parameters
Chain symbols, comma-separated. Supports dash-separated syntax (e.g., "eth,usdc-eth,mev-usdc")
Start date in YYYY-MM-DD format
End date in YYYY-MM-DD format
Time-bucket granularity for returned series.
Available options:
DAY, WEEK, MONTH, QUARTER, YEAR Maximum number of data points to return (1–1000).
Required range:
1 <= x <= 1000Your Artemis API key
Response
200 - application/json
Stablecoin DAU data
Object where keys are symbol names (e.g., 'eth', 'sol') and values contain metric data

