getumbrel / umbrel-middleware

RESTful Bitcoin and Lightning API for Umbrel
MIT License
21 stars 11 forks source link

Add endpoints for transaction and block info #5

Closed nolim1t closed 4 years ago

nolim1t commented 4 years ago

Add the following endpoints for grabbing block and transaction info

/v1/bitcoind/info/block/<hash> /v1/bitcoind/info/txid/<hash>

mayankchhabra commented 4 years ago

ACK, tested and merged! Nice work @nolim1t!