Skip to content

Commit 9c6620a

Browse files
committed
addeed info endpoint to README.md
1 parent cb8b426 commit 9c6620a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ No known issues.
8686
## Endpoints
8787

8888
```text
89+
GET("/info") // returns basic information about the oracle instance
8990
GET("/block-height") // returns the height of the indexing server
9091
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
9192
GET("/tweak-index/:blockheight?dustLimit=<sat_amount>") // returns the full tweak index (no cut-through); optional parameter dustLimit can be omitted; filtering happens per request, so virtually any amount can be specified

0 commit comments

Comments
 (0)