Created
July 27, 2021 09:34
-
-
Save evanVtatum/27ca764406e1bd141a6ac449a349cd89 to your computer and use it in GitHub Desktop.
Lookup Cardano block by hash or height response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hash": "6178dda07b94becb118f67b21aa72f60d85c1029e9e9b8ae56a25d684de66078", | |
"number": 1234314, | |
"epochNo": 536870912, | |
"slotNo": "a3047a060e5d586a9b26779ebe62fc57ce7323745da8f28761ab755454d89c52", | |
"merkleRoot": "a1634a42a8e956a5fb5225d06c3af6207e7f6fe5a00fa45229edfd0ddfa587f0", | |
"forgedAt": "2020-10-20T08:21:50.107Z", | |
"fees": 503452237, | |
"slotInEpoch": 2278594841, | |
"transactions": [ | |
{ | |
"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