v1

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

addressstring required

Bech32 withdrawal address

amountstring required

Withdrawal amount in Lovelaces

Example response

[
  {
    "address": "stake1u9r76ypf5fskppa0cmttas05cgcswrttn6jrq4yd7jpdnvc7gt0yc",
    "amount": "431833601"
  }
]