Commit graph

17 commits

Author SHA1 Message Date
Dan Janosik
34d9269c6c
Merge remote-tracking branch 'pointbiz/feature-api-nextblockfees'
...with a few tweaks
2023-12-29 13:53:49 -05:00
Dan Janosik
e2a5333447
release date missed 2023-06-14 11:38:04 -04:00
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
4d72efb715
optional formatting for /api/price endpoints (off by default) 2022-12-05 10:36:50 -05:00
Dan Janosik
fc0c175e00
api changelog for #471 additions 2022-09-27 14:01:30 -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
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
338d680e18
Cleanup #434 and add changelog details 2022-05-17 15:30:40 -04:00
Dan Janosik
3c46e97434
changelogs, prepping for release 2021-12-07 14:09:40 -05:00
Dan Janosik
95578fffd5
api changelog update 2021-12-06 22:57:16 -05:00
Dan Janosik
4bd98145a0
minor cleanup:
-"date" -> "date / time", and "time" on homepage
-logError: print log data before doing any fancier stuff
-changelog-api update
2021-11-08 10:18:35 -05:00
Dan Janosik
cdcc5590d9
changelog 2021-09-30 14:42:58 -04:00
Dan Janosik
f9b6a1b9be
release time 2021-08-10 13:18:46 -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