Cardano » Transactions
Transaction delegation certificates
Obtain information about delegation certificates of a specific transaction.
get/txs/{hash}/delegations
Path parameters
hashstring 64-character case-sensitive hexadecimal string required
Hash of the requested transaction.
Response
Obtain information about delegation certificates of a specific transaction
Example response
[
{
"address": "stake1u9r76ypf5fskppa0cmttas05cgcswrttn6jrq4yd7jpdnvc7gt0yc",
"pool_id": "pool1pu5jlj4q9w9jlxeu370a3c9myx47md5j5m2str0naunn2q3lkdy",
"active_epoch": 210
}
]