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

# GET /user-statistics/top-countries

`GET /user-statistics/top-countries`

Returns the paginated view of users per country.

## Query parameters

- `keyword` string
- `limit` integer
- `offset` integer

## Headers

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

## Response `200`

OK

- UsersCountryStatistics[]
  - `country` string — ISO 3166 country code.
  - `userCount` 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/versions/34d6aba6606c/schema)
