Skip to main content

Returns the current token distribution.

GET 

/api/explorer/v2/ledger/token-distribution

Returns the distribution of IOTA tokens at the ledger state specified by the provided index.

Request

Query Parameters

    ledgerIndex integer

    The milestone index to be used to determine the ledger state. Defaults to the application's current ledger index.

    Example: 200000

Responses

Successful operation.

Schema
    distribution object[]required

    The distribution of IOTA tokens.

  • Array [
  • range objectrequired

    The range of balances.

    start numberrequired
    end numberrequired
    addressCount stringrequired

    The number of addresses in this range.

    totalBalance stringrequired

    The total balance within this range.

  • ]
Loading...