---
title: "Active Entities"
method: GET
path: "/v1/metrics/entities/active_count"
---

# Active Entities

`GET /v1/metrics/entities/active_count`

**Definition.** The number of unique entities that were active either as a sender or receiver. Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode&#x27;s proprietary clustering algorithms.\n\n**Technical.** Entities are clusters of addresses estimated to be controlled by the same actor, identified through advanced heuristics and Glassnode&#x27;s proprietary clustering algorithms. Entity-based metrics rely on statistical and data-science methods that are refined over time. The series is therefore mutable: its established history is stable, but recent data points may revise as clustering improves. For methodology, see our [article on account-based metrics](https://insights.glassnode.com/account-based-metrics/).\n\n**Notes.** For more information, see our article on [how many entities hold Bitcoin](https://insights.glassnode.com/bitcoin_holders/).\n

[View in Studio](https://studio.glassnode.com/charts/entities.ActiveCount?a=BTC)

## Query parameters

- `a` string, required
- `s` integer
- `u` integer
- `i` string
- `f` 'csv' | 'json'
- `timestamp_format` 'unix' | 'humanized'

## Response `200`

Successful response

- TimeSeriesDataPoint[]
  - `t` integer — Unix timestamp
  - `v` union — Metric value (can be number, object, or array depending on the metric)
    - number
    - object
  - `o` object — Object containing multiple metric values (when applicable)

## Other responses

- `400` — Bad Request - Invalid parameters or unsupported asset
- `401` — Unauthorized - Invalid or missing API key
- `429` — Too Many Requests - Rate limit exceeded

---

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