Cardano » Transactions
Transaction stake pool retirement certificates
Obtain information about stake pool retirements within a specific transaction.
get/txs/{hash}/pool_retires
Path parameters
hashstring 64-character case-sensitive hexadecimal string. required
Hash of the requested transaction
Response
Obtain information about stake pool retirements within a specific transaction.
Example response
[
{
"pool_id": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy",
"retiring_epoch": 216
}
]