cURL
curl --request GET \ --url https://api.blockworks.com/v1/metrics/adress-total \ --header 'x-api-key: <api-key>'
{ "Ethereum": [ { "date": "2025-08-06", "value": 948090.6294 }, { "date": "2025-08-07", "value": 1175055.4507 } ] }
Retrieve the ‘adress-total’ metric for supported projects.
Project slug (comma-separated for multiple).
arbitrum
"arbitrum"
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
OK
The response is of type object.
object