Skip to main content

Return information about a staker (registered validator).

GET 

/api/core/v3/validators/:bech32Address

Return information about a staker (registered validator).

Request

Path Parameters

    bech32Address stringrequired

    The Account Address of the staker.

    Example: rms1pqm4xk8e9ny5w5rxjkvtp249tfhlwvcshyr3pc0665jvp7g3hc875k538hl

Responses

Successful operation.

Schema
    address stringrequired

    The account address of the staker.

    stakingEndEpoch integerrequired

    The epoch index until which the staker registered to stake.

    poolStake stringrequired

    The total stake of the pool, including delegators.

    validatorStake stringrequired

    The stake of a staker.

    fixedCost stringrequired

    The fixed cost of the staker, which it receives as part of its Mana rewards.

    active booleanrequired

    Shows whether staker was active recently.

    latestSupportedProtocolVersion integerrequired

    The latest protocol version the staker supported.

    latestSupportedProtocolHash stringrequired

    The latest protocol hash the staker supported.

Loading...