daa
Definition and usage guidance for the growthepie daa metric.
daa measures active addresses for a covered chain. Use daa when you want an address-level activity proxy rather than a pure transaction count.
Key Facts
Canonical
metric_id:daaCanonical
metric_key:daaUnit: count
Hourly detail available: yes
Coverage: see
master.json.metrics.daa.supported_chainsCommon search synonyms: daily active addresses, active addresses
Example Request
curl -s https://api.growthepie.com/v1/export/daa.jsonExample Response Excerpt
[
{
"metric_key": "daa",
"origin_key": "arbitrum",
"date": "2026-01-01",
"value": 907687.0
}
]When To Use daa
Compare address activity across chains
Track user-like activity trends over time
Complement
txcountwith an address-based signal
When Not To Use daa
You need exact unique users
You need transaction volume or fee volume
Caveats
Address count is not the same thing as person count.
Monthly aggregation for
daais not the same as summing daily values.
Related Pages
Last updated
