Cardano » Transactions
Transaction withdrawal
Obtain information about withdrawals of a specific transaction.
get/txs/{hash}/withdrawals
Path parameters
hashstring 64-character case-sensitive hexadecimal string required
Hash of the requested transaction.
Response
Obtain information about withdrawals of a specific transaction.
Example response
[
{
"address": "stake1u9r76ypf5fskppa0cmttas05cgcswrttn6jrq4yd7jpdnvc7gt0yc",
"amount": "431833601"
}
]