---
title: "Addresses Count"
method: GET
path: "/trx/network-data/addresses-count"
tags: ["TRX Network Data"]
---

# Addresses Count

`GET /trx/network-data/addresses-count`

This endpoint returns metrics relating to the number of used TRX addresses. 
| Metric | Description |
|--------|-------------|
| `addresses_count_active` | The total number of unique addresses that were active (either sender or receiver) on the blockchain in a given window. |
| `addresses_count_sender` | The number of addresses that were active as a sender. |
| `addresses_count_receiver` | The number of addresses that were active as a receiver. |

## Query parameters

- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

Successful response.

- object
  - `status` object, required — The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.
    - `code` integer, required — HTTP status code
    - `message` string, required — Text description of the error or success.
  - `result` object, required
    - `window` string, required — The size of window. This metric supports only day resolution.
    - `data` object[], required
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `addresses_count_active` number, required — The total number of unique addresses that were active (either sender or receiver) on the blockchain in a given window.
      - `addresses_count_sender` number, required — The number of addresses that were active as a sender.
      - `addresses_count_receiver` number, required — The number of addresses that were active as a receiver.

---

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