You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ You still have to set up a config file in any case as the rpc users can't and **
84
84
85
85
```text
86
86
GET("/block-height") // returns the height of the indexing server
87
-
GET("/tweaks/:blockheight") // returns tweak data (cut-through)
87
+
GET("/tweaks/:blockheight?dustLimit=<sat_amount>") // returns tweak data (cut-through); optional parameter dustLimit can be omitted; filtering happens per request, so virtually any amount can be specified
88
88
GET("/tweak-index/:blockheight") // returns the full tweak index (no cut-through)
89
89
GET("/filter/:blockheight") // returns a custom taproot only filter (the underlying data is subject to change; changing scriptPubKey to x-only pubKey)
90
90
GET("/utxos/:blockheight") // UTXO data for that block (cut down to the essentials needed to spend)
0 commit comments