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

# Addresses Count

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

This endpoint returns metrics relating to the number of used addresses to transfer the token. We provide several metrics, `addresses_active_count`, the total number of unique addresses that were active (either sender or receiver) on the blockchain in a given window, `addresses_active_sender_count`, the number of addresses that were active as a sender, `addresses_active_receiver_count`, the number of addresses that were active as a receiver.

**📖 Data Guide:** [Stablecoin Network Data](/data-guide/stablecoin/stablecoin-network-data) — definition, interpretation, and chart examples.

## Query parameters

- `token` string, required
- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

addresses_active_count, addresses_active_sender_count, addresses_active_receiver_count, addresses_active_sender_percent, addresses_active_receiver_percent

- 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. It can be day or block, and it depends on the user request.
    - `data` object[], required
      - `datetime` string — The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used.
      - `blockheight` string — The height of the block. This optional field only appears when window=block is used.
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `addresses_active_count` number, required — The total number of unique addresses that were active (either sender or receiver) on the blockchain in a given window.
      - `addresses_active_sender_count` number, required — The number of addresses that were active as a sender.
      - `addresses_active_receiver_count` number, required — The number of addresses that were active as a receiver.
      - `addresses_active_sender_percent` number, required — The percentage of active senders relative to total active addresses.
      - `addresses_active_receiver_percent` number, required — The percentage of active receivers relative to total active addresses.

---

[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/revisions/81ee223d4908/schema)
