v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Cardano » Transactions

Transaction stake addresses certificates

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

get/txs/{hash}/stakes

Path parameters

hashstring 64-character case-sensitive hexadecimal string. required

Hash of the requested transaction.

Response

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

cert_indexinteger required

Index of the certificate within the transaction

addressstring required

Delegation stake address

registrationboolean required

Registration boolean, false if deregistration

Example response

[
  {
    "address": "stake1u9t3a0tcwune5xrnfjg4q7cpvjlgx9lcv0cuqf5mhfjwrvcwrulda",
    "registration": true
  }
]