Cardano » Transactions
Specific transaction
Return content of the requested transaction.
get/txs/{hash}
Path parameters
hashstring 64-character case-sensitive hexadecimal string. required
Hash of the requested transaction
Response
Return the contents of the transaction.
Example response
{
"hash": "1e043f100dce12d107f679685acd2fc0610e10f72a92d412794c9773d11d8477",
"block": "356b7d7dbb696ccd12775c016941057a9dc70898d87a63fc752271bb46856940",
"block_height": 123456,
"block_time": 1635505891,
"slot": 42000000,
"index": 1,
"output_amount": [
{
"unit": "lovelace",
"quantity": "42000000"
},
{
"unit": "b0d07d45fe9514f80213f4020e5a61241458be626841cde717cb38a76e7574636f696e",
"quantity": "12"
}
],
"fees": "182485",
"deposit": "0",
"size": 433,
"invalid_hereafter": "13885913",
"utxo_count": 4,
"valid_contract": true,
"treasury_donation": "0"
}