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.
Example response
[
{
"address": "stake1u9t3a0tcwune5xrnfjg4q7cpvjlgx9lcv0cuqf5mhfjwrvcwrulda",
"registration": true
}
]