Commit graph

25 commits

Author SHA1 Message Date
Dan Janosik
09a31f1e78
API v2.0.0
- all actions return JSON
- condense some actions
- add /api/blockchain/next-halving

https://github.com/janoside/btc-rpc-explorer/discussions/520
2023-04-05 16:56:40 -04:00
Dan Janosik
b0ce715428
Merge remote-tracking branch 'pointbiz/feature-mempool-api'
(Tweaked url and description)
2022-12-09 11:44:02 -05:00
Dan Janosik
4d72efb715
optional formatting for /api/price endpoints (off by default) 2022-12-05 10:36:50 -05:00
pointbiz
afc279a0c4 expose mempool size and total fees in api 2022-11-19 18:50:08 -04:00
Dan Janosik
a3ad748e14
PR #471 looked good; this tweaks the url path for consistency 2022-09-27 13:59:22 -04:00
pointbiz
c166d2e995 add block header API 2022-09-22 22:20:42 -04:00
Dan Janosik
85d9c662b2
-tweak url for new /api/tx/volume/24h
-support for hiding items from api docs in slow device mode (applies for new 24h volume)
-code/docs cleanup
2022-05-23 10:06:10 -04:00
Dan Janosik
373313c851
Merge remote-tracking branch 'pointbiz/feature-api-24hrvol' 2022-05-23 10:02:15 -04:00
Dan Janosik
8d6db006fd
cleanup 2022-05-23 09:43:35 -04:00
Dan Janosik
61c7c3a82e
-holiday API support
-holidays data cleanup
-homepage holiday display tweaks
2022-05-22 10:50:27 -04:00
pointbiz
0054eefdfc add api for 24 hour tx volume 2022-05-20 18:23:11 -04:00
Dan Janosik
e506070702
Cleanup related to merge of PR #436
-move /api/xyzpub/:xyzpub to /api/xyzpub/txids/:xyzpub
-move /api/util/xyzpub/:xyzpub -> /api/xyzpub/:xyzpub
-rename xyzpubAddressApi -> xyzpubApi and move more functionality from apiRouter there
-searchXpubTxids: return more details about the search, then in the apiRouter just use what's needed
-fix in searchXpubTxids: reset gapCount value when tx is found
-update api docs
-update changelogs
2022-05-18 00:12:22 -04:00
Dan Janosik
3e5df32f31
cleanup related to new /api/address/:address 2021-12-03 00:35:56 -05:00
Dan Janosik
314693dade
/api/address/:address 2021-12-02 14:44:46 -05:00
Dan Janosik
41ace60d83
/api/mining/miner-summary 2021-12-02 13:53:43 -05:00
Dan Janosik
c0f6d7a7d8
new api endpoint: /api/blockchain/utxo-set 2021-11-02 16:30:38 -04:00
Dan Janosik
e21fd05884
New api actions:
-/api/mining/next-block: details of next predicted block (getblocktemplate)
-/api/mining/next-block/txids: txids in next predicted block
-/api/mining/next-block/includes/$TXID: whether $TXID is in the next predicted block
2021-09-30 14:37:00 -04:00
Dan Janosik
427f68edba
xyzpub improvements:
-include "related" keys
-better acknowledgement of the network
-api item for xyzpub page content
2021-08-04 16:32:51 -04:00
Dan Janosik
49f2d01b89
/api/quotes/:index 2021-07-23 20:09:04 -04:00
Dan Janosik
8844fb4d45
/api/mining/hashrate improvements 2021-07-16 11:45:24 -04:00
Dan Janosik
247875c0bf
Misc:
- Footer random quote for fun
- Bootstrap v5.0.0 -> v5.0.1
- New: `/api/version`
- A separate changelog for the API
2021-05-30 09:47:43 -04:00
Dan Janosik
2c5782e6f8
/api/fun/quote and /api/fun/quotes 2021-05-29 17:28:53 -04:00
Dan Janosik
08cdea72c8
Misc:
- New /mining-template page showing structured output from getblocktemplate
- Homepage: add "Predicted Next Block" section (again, using getblocktemplate output)
- WIP: /predicted-blocks tool
- UX improvements to homepage "Tools" section
- Fix title of /block-stats page (haha)
- Changelog updates
2021-05-29 16:58:32 -04:00
Dan Janosik
1584ca39ef
api docs tweaks 2021-05-21 14:09:32 -04:00
Dan Janosik
1da895a43d
tweaks to public api:
-now separated from internal api
-/api/docs instead of static markdown file
-tweak a few actions
2021-05-21 10:54:05 -04:00