---
title: "Get address stats"
method: GET
path: "/address/{hash}/stats/{name}/{timeframe}"
tags: ["address"]
---

# Get address stats

`GET /address/{hash}/stats/{name}/{timeframe}`

Returns a time-series histogram of per-address statistics for the selected metric (gas_used, gas_wanted, fee, or tx_count) aggregated by the given timeframe.

## Path parameters

- `hash` string, required
- `name` 'gas_used' | 'gas_wanted' | 'fee' | 'tx_count', required
- `timeframe` 'hour' | 'day' | 'month', required

## Query parameters

- `from` integer
- `to` integer

## Response `200`

OK

- ResponsesHistogramItem[]
  - `time` string, date-time
  - `value` string, string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/celenium-io/apis/celenium-api.md) · [All operations](https://skmtc.net/celenium-io/apis/celenium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celenium-io/celenium-api/versions/df8fa3d17ac3/schema)
