mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
Add Satoshi API
Self-hosted REST API for Bitcoin Core nodes. 50 endpoints for fee recommendations, mempool analysis, block/transaction data, mining stats, and real-time SSE streams. pip install satoshi-api.
This commit is contained in:
parent
91b5ec4ba0
commit
211560156a
1 changed files with 11 additions and 0 deletions
11
software/satoshi-api.yml
Normal file
11
software/satoshi-api.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name: Satoshi API
|
||||
website_url: https://bitcoinsapi.com
|
||||
description: REST API for Bitcoin Core nodes. Turns your node into a developer-friendly data service with fee recommendations, mempool analysis, and real-time streams.
|
||||
licenses:
|
||||
- Apache-2.0
|
||||
platforms:
|
||||
- Python
|
||||
tags:
|
||||
- Money, Budgeting & Management
|
||||
source_code_url: https://github.com/Bortlesboat/bitcoin-api
|
||||
demo_url: https://bitcoinsapi.com/docs
|
||||
Loading…
Reference in a new issue