Skip to main content

Specific account address

GET /accounts/:stake_address

Obtain information about a specific stake account.

Request

Path Parameters

    stake_address string required

    Bech32 stake address.

    Example: stake1u9ylzsgxaa6xctf4juup682ar3juj85n8tx3hthnljg47zctvm3rc
Responses

Return the account content.


Schema
    stake_address string required

    Bech32 stake address

    active boolean required

    Registration state of an account

    active_epoch integer nullable required

    Epoch of the most recent action - registration or deregistration

    controlled_amount string required

    Balance of the account in Lovelaces

    rewards_sum string required

    Sum of all rewards for the account in the Lovelaces

    withdrawals_sum string required

    Sum of all the withdrawals for the account in Lovelaces

    reserves_sum string required

    Sum of all funds from reserves for the account in the Lovelaces

    treasury_sum string required

    Sum of all funds from treasury for the account in the Lovelaces

    withdrawable_amount string required

    Sum of available rewards that haven't been withdrawn yet for the account in the Lovelaces

    pool_id string nullable required

    Bech32 pool ID that owns the account

Loading...