Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save evanVtatum/06e5c244d2c351e6792b2db4abd1d8f3 to your computer and use it in GitHub Desktop.
Save evanVtatum/06e5c244d2c351e6792b2db4abd1d8f3 to your computer and use it in GitHub Desktop.
Lookup Cardano transactions by address response
[
{
"hash": "5f83d51c8d3054012cea3011fa626b85d89442788721afd60719ab1f9ab8f78a",
"fee": "0.00001682",
"block": 1233224,
"includedAt": "2020-10-20T08:21:50.107Z",
"inputs": [
{
"txHash": "0db5a2881f26f7dce20222f9c2538dc296ab562e134a72052596bdf4bb6913b4",
"sourceTxHash": "0db5a2881f26f7dce20222f9c2538dc296ab562e134a72052596bdf4bb6913b4",
"sourceTxIndex": 1,
"value": "989946",
"address": "addr1qxm3vd0msv9ph8elhy7xrv975z88y6lr3d8vdgy3fwr2e22uvu2ffa2ctx3pdl4rjjja5p7al2k356x5yx8cn03am88s2807d9"
}
],
"outputs": [
{
"value": "15000",
"index": 1,
"txHash": "76a914fc8f50c952da910f473a0533561311ad140c989b88ac",
"address": "addr1qxm3vd0msv9ph8elhy7xrv975z88y6lr3d8vdgy3fwr2e22uvu2ffa2ctx3pdl4rjjja5p7al2k356x5yx8cn03am88s2807d9"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment