GET
/
v1
/
metrics
/
adress-total
Adress-Total
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
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

project
enum<string>
required

Project slug (comma-separated for multiple).

Available options:
arbitrum
Example:

"arbitrum"

start_date
string<date>

Start date (YYYY-MM-DD)

end_date
string<date>

End date (YYYY-MM-DD)

Response

200
application/json

OK

The response is of type object.