File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,20 @@ With the /notxdetails/ option JSON response will only contain the transaction ha
52
52
Given a block hash: returns <COUNT > amount of blockheaders in upward direction.
53
53
Returns empty if the block doesn't exist or it isn't in the active chain.
54
54
55
+ #### Blockfilter Headers
56
+ ` GET /rest/blockfilterheaders/<FILTERTYPE>/<COUNT>/<BLOCK-HASH>.<bin|hex|json> `
57
+
58
+ Given a block hash: returns <COUNT > amount of blockfilter headers in upward
59
+ direction for the filter type <FILTERTYPE >.
60
+ Returns empty if the block doesn't exist or it isn't in the active chain.
61
+
62
+ #### Blockfilters
63
+ ` GET /rest/blockfilter/<FILTERTYPE>/<BLOCK-HASH>.<bin|hex|json> `
64
+
65
+ Given a block hash: returns the block filter of the given block of type
66
+ <FILTERTYPE >.
67
+ Responds with 404 if the block doesn't exist.
68
+
55
69
#### Blockhash by height
56
70
` GET /rest/blockhashbyheight/<HEIGHT>.<bin|hex|json> `
57
71
You can’t perform that action at this time.
0 commit comments