Blockchain metrics dashboards - chain comparisons, active-user trends, and price time-series.
Active Users Time Series
ASYNCREADNo auth
Returns daily active users and price time series for a blockchain or protocol over a date range.
ParametersFormJSON
Short symbol slug for the chain or protocol (e.g. eth)
Start date for the time series (YYYY-MM-DD)
End date for the time series (YYYY-MM-DD)
cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_artemis_xyz_active_users_metric_time_series", "params": { "chain_symbol": "eth", "start_date": "2023-06-08", "end_date": "2026-06-09" } }'