Skip to content

Commit 1e6c806

Browse files
authored
Update README.md
1 parent 83c2fff commit 1e6c806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 **
8484

8585
```text
8686
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
8888
GET("/tweak-index/:blockheight") // returns the full tweak index (no cut-through)
8989
GET("/filter/:blockheight") // returns a custom taproot only filter (the underlying data is subject to change; changing scriptPubKey to x-only pubKey)
9090
GET("/utxos/:blockheight") // UTXO data for that block (cut down to the essentials needed to spend)
@@ -104,4 +104,4 @@ range.
104104
2.8G ./tweaks 33,679,543 tweaks
105105
1.7G ./tweak-index 54,737,510 tweaks
106106
7.4G .
107-
```
107+
```

0 commit comments

Comments
 (0)