mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-08-06 23:53:05 -07:00
27 lines
887 B
Plaintext
27 lines
887 B
Plaintext
# Bitcoin Research Kit (BRK)
|
|
|
|
> Free, open-source Bitcoin analytics API and block explorer. 56973 on-chain time-series and 97 API operations. No authentication required.
|
|
|
|
## API
|
|
|
|
- Version: `v0.3.6`
|
|
- Base URL: https://bitview.space
|
|
- [Full plain-text reference](https://bitview.space/llms-full.txt)
|
|
- [Compact OpenAPI](https://bitview.space/api.json)
|
|
- [Full OpenAPI](https://bitview.space/openapi.json)
|
|
- [Series catalog](https://bitview.space/api/series)
|
|
- [Interactive documentation](https://bitview.space/api)
|
|
|
|
Use OpenAPI for tool construction, `/api/series` for complete series metadata, and `llms-full.txt` for a readable reference.
|
|
|
|
## Clients
|
|
|
|
- [JavaScript](https://www.npmjs.com/package/brk-client)
|
|
- [Python](https://pypi.org/project/brk-client/)
|
|
- [Rust](https://crates.io/crates/brk_client)
|
|
|
|
## Source
|
|
|
|
- [GitHub](https://github.com/bitcoinresearchkit/brk)
|
|
- MIT licensed
|