kraken-http 0.1.2

Asynchronous HTTP API bindings for the Kraken cryptocurrency exchange.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# CLI

Create a CLI tool that pings the Kraken API.

e.g.:
```bash
# This returns the asset info for the DOT cryptocurrency.
$ kraken asset DOT
# This returns the info for the asset pair DOTZUSD
$ kraken assetpair DOTZUSD
```