Skip to main content

Stake distribution

GET /epochs/:number/stakes

Return the active stake distribution for the specified epoch.

Request

Path Parameters

    number integer required

    Number of the epoch

    Example: 225

Query Parameters

    count integer

    Possible values: >= 1 and <= 100

    Default value: 100

    The number of results displayed on one page.

    page integer

    Possible values: >= 1 and <= 21474836

    Default value: 1

    The page number for listing the results.

Responses

Return the data about the epoch


Schema
  • Array [
  • stake_address string required

    Stake address

    pool_id string required

    Bech32 prefix of the pool delegated to

    amount string required

    Amount of active delegated stake in Lovelaces

  • ]
Loading...