[Docs] add short documentation for /rest/blockhashbyheight

pull/643/head
Jonas Schnelli 6 years ago
parent 579d418f74
commit 42ff30ec60
No known key found for this signature in database
GPG Key ID: 1EB776BB03C7922D

@ -31,6 +31,11 @@ With the /notxdetails/ option JSON response will only contain the transaction ha
Given a block hash: returns <COUNT> amount of blockheaders in upward direction. Given a block hash: returns <COUNT> amount of blockheaders in upward direction.
#### Blockhash by height
`GET /rest/blockhashbyheight/<HEIGHT>.<bin|hex|json>`
Given a height: returns hash of block in best-block-chain at height provided.
#### Chaininfos #### Chaininfos
`GET /rest/chaininfo.json` `GET /rest/chaininfo.json`

Loading…
Cancel
Save