Skip to main content

Account delegation history

GET /accounts/:stake_address/delegations

Obtain information about the delegation of a specific account.

Request

Path Parameters

    stake_address string required

    Bech32 stake address.

    Example: stake1u9ylzsgxaa6xctf4juup682ar3juj85n8tx3hthnljg47zctvm3rc

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.

    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 account delegations content


Schema
  • Array [
  • active_epoch integer required

    Epoch in which the delegation becomes active

    tx_hash string required

    Hash of the transaction containing the delegation

    amount string required

    Rewards for given epoch in Lovelaces

    pool_id string required

    Bech32 ID of pool being delegated to

  • ]
Loading...