Skip to main content

Transaction stake pool registration and update certificates

GET /txs/:hash/pool_updates

Obtain information about stake pool registration and update certificates of a specific transaction.

Request

Path Parameters

    hash 64-character case-sensitive hexadecimal string required

    Hash of the requested transaction

    Example: 6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b
Responses

Obtain information about stake pool certificates of a specific transaction


Schema
  • Array [
  • cert_index integer required

    Index of the certificate within the transaction

    pool_id string required

    Bech32 encoded pool ID

    vrf_key string required

    VRF key hash

    pledge string required

    Stake pool certificate pledge in Lovelaces

    margin_cost number required

    Margin tax cost of the stake pool

    fixed_cost string required

    Fixed tax cost of the stake pool in Lovelaces

    reward_account string required

    Bech32 reward account of the stake pool

    owners string[] required
    metadata objectnullablerequired
    url string nullable required

    URL to the stake pool metadata

    hash string nullable required

    Hash of the metadata file

    ticker string nullable required

    Ticker of the stake pool

    name string nullable required

    Name of the stake pool

    description string nullable required

    Description of the stake pool

    homepage string nullable required

    Home page of the stake pool

    relays object[]required
  • Array [
  • ipv4 string nullable required

    IPv4 address of the relay

    ipv6 string nullable required

    IPv6 address of the relay

    dns string nullable required

    DNS name of the relay

    dns_srv string nullable required

    DNS SRV entry of the relay

    port integer required

    Network port of the relay

  • ]
  • active_epoch integer required

    Epoch in which the update becomes active

  • ]
Loading...