File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Supported API
31
31
` GET /rest/tx/<TX-HASH>.<bin|hex|json> `
32
32
33
33
Given a transaction hash: returns a transaction in binary, hex-encoded binary, or JSON formats.
34
+ Responds with 404 if the transaction doesn't exist.
34
35
35
36
By default, this endpoint will only search the mempool.
36
37
To query for a confirmed transaction, enable the transaction index via "txindex=1" command line / configuration option.
@@ -70,6 +71,7 @@ Responds with 404 if the block doesn't exist.
70
71
` GET /rest/blockhashbyheight/<HEIGHT>.<bin|hex|json> `
71
72
72
73
Given a height: returns hash of block in best-block-chain at height provided.
74
+ Responds with 404 if block not found.
73
75
74
76
#### Chaininfos
75
77
` GET /rest/chaininfo.json `
You can’t perform that action at this time.
0 commit comments