We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/spenttxouts
1 parent 6e5b67a commit dd99cedCopy full SHA for dd99ced
doc/REST-interface.md
@@ -79,6 +79,13 @@ Responds with 404 if the block doesn't exist.
79
Given a height: returns hash of block in best-block-chain at height provided.
80
Responds with 404 if block not found.
81
82
+#### Spent transaction outputs
83
+`GET /rest/spenttxouts/<BLOCK-HASH>.<bin|hex|json>`
84
+
85
+Given a block hash: returns a collection of spent transaction output lists,
86
+one per transaction in the block.
87
+Responds with 404 if the block doesn't exist or its undo data is not available.
88
89
#### Chaininfos
90
`GET /rest/chaininfo.json`
91
0 commit comments