---
title: "Retrieve Disbursement Statistics"
method: GET
path: "/statistics/{id}"
tags: ["Statistics"]
---

# Retrieve Disbursement Statistics

`GET /statistics/{id}`

Fetches metrics on a specific disbursement by  `id `.

## Path parameters

- `id` string, required

## Response `200`

Returns statistics for disbursement

- DisbursementsStatistics
  - `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
- `403` — Forbidden

---

[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)
