Skip to main content

List of stake pools with additional information

GET /pools/extended

List of registered stake pools with additional information.

Request

Query Parameters

    count integer

    Possible values: >= 1 and <= 100

    Default value: 100

    The number of pools per page.

    page integer

    Possible values: >= 1 and <= 21474836

    Default value: 1

    The page number for listing the results.

    order string

    Possible values: [asc, desc]

    Default value: asc

    The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.

Responses

Return the list of pools.


Schema
  • Array [
  • pool_id string required

    Bech32 encoded pool ID

    hex string required

    Hexadecimal pool ID.

    active_stake string required

    Active delegated amount

    live_stake string required

    Currently delegated amount

  • ]
Loading...