---
title: "GET /user-statistics/user-growth"
method: GET
path: "/user-statistics/user-growth"
tags: ["Statistics"]
---

# GET /user-statistics/user-growth

`GET /user-statistics/user-growth`

Returns statistics about user growth.

## Query parameters

- `days` integer
- `tz` string

## Headers

- `Authorization` string, required
- `X-Account-Metadata` string

## Response `200`

OK

- UsersUserGrowthStatistics
  - `active` integer
  - `timeSeries` UsersUserCountTimeSeriesDataPoint[]
    - `active` integer
    - `date` string
    - `total` integer
  - `total` integer

## Other responses

- `400` — if validations fail
- `401` — if not authorized
- `422` — if syntax fails
- `500` — Internal Server Error
- `504` — if request times out

---

[API](https://skmtc.net/ice-blockchain/apis/user-accounts-user-devices-user-statistics-api.md) · [All operations](https://skmtc.net/ice-blockchain/apis/user-accounts-user-devices-user-statistics-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ice-blockchain/user-accounts-user-devices-user-statistics-api/revisions/34d6aba6606c/schema)
