From 42ff30ec60c6ab6a9555da57a435b09cf217ee84 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Sat, 29 Sep 2018 21:45:43 +0200 Subject: [PATCH] [Docs] add short documentation for /rest/blockhashbyheight --- doc/REST-interface.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/REST-interface.md b/doc/REST-interface.md index 7010edfcd..d33165cb8 100644 --- a/doc/REST-interface.md +++ b/doc/REST-interface.md @@ -31,6 +31,11 @@ With the /notxdetails/ option JSON response will only contain the transaction ha Given a block hash: returns amount of blockheaders in upward direction. +#### Blockhash by height +`GET /rest/blockhashbyheight/.` + +Given a height: returns hash of block in best-block-chain at height provided. + #### Chaininfos `GET /rest/chaininfo.json`