Python
Stablecoins
Fetch P2P Stablecoin Daily Transactions
Fetch daily transaction count for peer-to-peer stablecoin transfers.
P2P Filter: Stablecoin activity between wallets/Externally Owned Accounts (EOAs) only.
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)
GET
Python
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.
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
P2P stablecoin transaction data
Object where keys are symbol names (e.g., 'eth', 'sol') and values contain metric data

