Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haarts/blockchair
An API client for the Blockchair Bitcoin API
https://github.com/haarts/blockchair
Last synced: 9 days ago
JSON representation
An API client for the Blockchair Bitcoin API
- Host: GitHub
- URL: https://github.com/haarts/blockchair
- Owner: haarts
- License: mit
- Created: 2019-12-27T13:52:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T11:03:51.000Z (over 4 years ago)
- Last Synced: 2024-03-20T13:21:00.039Z (8 months ago)
- Language: Dart
- Size: 59.6 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# Blockbook library
[![pub package](https://img.shields.io/pub/v/blockchair.svg)](https://pub.dev/packages/blockchair)
[![CircleCI](https://circleci.com/gh/inapay/blockchair.svg?style=svg)](https://circleci.com/gh/inapay/blockchair)A library for communicating with the [Blockchair API]. Some calls are missing.
## Usage
A simple usage example:
```dart
import 'package:blockchair/blockchair.dart';main() async {
var client = new Blockchair('https://api.blockchair.com/bitcoin/', apiKey: 'some key');
print(await client.stats());
}
```## Features and bugs
Please file feature requests and bugs at the [issue tracker][tracker].
[tracker]: https://github.com/inapay/blockchair/issues
[Blockchair API]: https://blockchair.com/api/docs