Skip to main content

Transaction stake addresses certificates

GET /txs/:hash/stakes

Obtain information about (de)registration of stake addresses within a transaction.

Request

Path Parameters

    hash 64-character case-sensitive hexadecimal string. required

    Hash of the requested transaction.

    Example: 6e5f825c82c1c6d6b77f2a14092f3b78c8f1b66db6f4cf8caec1555b6f967b3b
Responses

Obtain information about (de)registration of stake addresses within a transaction.


Schema
  • Array [
  • cert_index integer required

    Index of the certificate within the transaction

    address string required

    Delegation stake address

    registration boolean required

    Registration boolean, false if deregistration

  • ]
Loading...