Skip to main content

Specific stake pool

GET /pools/:pool_id

Pool information.

Request

Path Parameters

    pool_id string required

    Bech32 or hexadecimal pool ID.

    Example: pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy
Responses

Return the pool information content


Schema
    pool_id string required

    Bech32 pool ID

    hex string required

    Hexadecimal pool ID.

    vrf_key string required

    VRF key hash

    blocks_minted integer required

    Total minted blocks

    blocks_epoch integer required

    Number of blocks minted in the current epoch

    live_stake string required
    live_size number required
    live_saturation number required
    live_delegators number required
    active_stake string required
    active_size number required
    declared_pledge string required

    Stake pool certificate pledge

    live_pledge string required

    Stake pool current pledge

    margin_cost number required

    Margin tax cost of the stake pool

    fixed_cost string required

    Fixed tax cost of the stake pool

    reward_account string required

    Bech32 reward account of the stake pool

    owners string[] required
    registration string[] required
    retirement string[] required
Loading...