mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-10 14:19:10 -07:00
26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
# BRK Fetcher
|
|
|
|
<p align="left">
|
|
<a href="https://github.com/bitcoinresearchkit/brk">
|
|
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/bitcoinresearchkit/brk?style=social">
|
|
</a>
|
|
<a href="https://github.com/bitcoinresearchkit/brk/blob/main/LICENSE.md">
|
|
<img src="https://img.shields.io/crates/l/brk" alt="License" />
|
|
</a>
|
|
<a href="https://crates.io/crates/brk_fetcher">
|
|
<img src="https://img.shields.io/crates/v/brk_fetcher" alt="Version" />
|
|
</a>
|
|
<a href="https://docs.rs/brk_fetcher">
|
|
<img src="https://img.shields.io/docsrs/brk_fetcher" alt="Documentation" />
|
|
</a>
|
|
<img src="https://img.shields.io/crates/size/brk_fetcher" alt="Size" />
|
|
<a href="https://deps.rs/crate/brk_fetcher">
|
|
<img src="https://deps.rs/crate/brk_fetcher/latest/status.svg" alt="Dependency status">
|
|
</a>
|
|
<a href="https://discord.gg/EScZAYX4">
|
|
<img src="https://img.shields.io/discord/1350431684562124850" alt="Chat" />
|
|
</a>
|
|
</p>
|
|
|
|
A crate that can fetch the Bitcoin price, either by date or height, from multiple APIs such Kraken, Binance and Kibo.money.
|