---
title: "Retrieve All Statistics"
method: GET
path: "/statistics"
tags: ["Statistics"]
---

# Retrieve All Statistics

`GET /statistics`

Fetches all metrics on all disbursements the organization has created. The response includes basic aggregations on payments, receivers, receiver wallets, and assets.

## Response `200`

General Statistics response

- GeneralStatistics
  - `total_disbursements` integer — Total number of disbursements
  - `payment_counters` PaymentCounters
    - `draft` integer
    - `ready` integer
    - `pending` integer
    - `paused` integer
    - `success` integer
    - `failed` integer
    - `total` integer
  - `payment_amounts_by_asset` PaymentAmountsByAsset[]
    - `asset_code` string
    - `payment_amounts` PaymentAmounts
      - `draft` string
      - `ready` string
      - `pending` string
      - `paused` string
      - `success` string
      - `failed` string
      - `average` string
      - `total` string
  - `receiver_wallets_counters` ReceiverWalletsCounters
    - `draft` integer
    - `ready` integer
    - `registered` integer
    - `flagged` integer
    - `total` integer
  - `total_receivers` integer — Total number of receivers

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/39f9dc64156c/schema)
