v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
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.

cert_indexinteger required

Index of the certificate within the transaction

pool_idstring required

Bech32 stake pool ID

retiring_epochinteger required

Epoch in which the pool becomes retired

Example response

[
  {
    "pool_id": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy",
    "retiring_epoch": 216
  }
]