---
title: "Returns the total number of users with points and total amps distributed."
method: GET
path: "/api/v1/points/global"
tags: ["Analytics"]
---

# Returns the total number of users with points and total amps distributed.

`GET /api/v1/points/global`

## Response `200`

Global points statistics

- GlobalPointsStatsDto
  - `total_amps_distributed` number, double, required
  - `total_users` integer, required

## Other responses

- `500` — Database error

---

[API](https://skmtc.net/decibel/apis/decibel-trading-api.md) · [All operations](https://skmtc.net/decibel/apis/decibel-trading-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/decibel/decibel-trading-api/revisions/37a02083ff59/schema)
