Skip to main content

Retrieve Disbursement Statistics

GET 

/statistics/disbursements/:id

Fetches metrics on a specific disbursement by id.

Request

Path Parameters

    id stringrequired

    ID of the Disbursement.

Responses

Returns statistics for disbursement

Schema

    payment_counters

    object

    draft int64
    ready int64
    pending int64
    paused int64
    success int64
    failed int64
    total int64

    payment_amounts_by_asset

    object[]

  • Array [

  • asset_code string

    payment_amounts

    object

    draft string
    ready string
    pending string
    paused string
    success string
    failed string
    average string
    total string
  • ]

  • receiver_wallets_counters

    object

    draft int64
    ready int64
    registered int64
    flagged int64
    total int64
    total_receivers int64

    Total number of receivers

Loading...