janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.5k stars 1.11k forks source link

Feature api 24 hour volume in BTC #446

Closed pointbiz closed 2 years ago

pointbiz commented 2 years ago

With the recent market volatility I found it interesting to watch this metric, 24 hour volume in BTC, which is already available on the homepage of Bitcoin Explorer.

I have a ticker at home and want to display this metric using an API hence this pull request.

jsarenik commented 2 years ago

@pointbiz Looks good to me. Please do git rebase -i HEAD~2 to squash the two commits into one.

pointbiz commented 2 years ago

@jsarenik thank you for the review and the git tips!