krok 0.0.6 copy "krok: ^0.0.6" to clipboard
krok: ^0.0.6 copied to clipboard

Kraken Crypto API plus command line client for Dart. Inspired by the python clikraken tool.

0.0.6 #

  • add missing userref argument to KrakenRequest calls
  • fix handling limit in buy/sell order commands

0.0.5 #

  • fix mapValues to be generic
  • use minilog 0.0.2

0.0.4 #

  • export extensions.dart for toKrakenDateTime
  • fix stop-loss-limit order type
  • exit immediately after command completion

0.0.3 #

  • use minilog package
  • add log file option

0.0.2 #

Fix pub.dev related issues:

  • move example into example/lib
  • fix github url
  • add some more public api documentation
  • provide single package:krok/api.dart for easy import

0.0.1 #

Initial release. Basic functionality is implemented:

  • basic authentication with Kraken API keys
  • retrieve basic market data (assets, asset pairs and ticker)
  • retrieve account balances and trade volumes
  • retrieve open and closes orders
  • market and limit order placement
  • cancel and edit open orders
  • order dsl using Kraken API "syntax"

Noteworthy missing functionality:

  • no userref support (TODO)
  • order batch for example, and everything NFT (WON'T DO)
1
likes
140
points
47
downloads

Documentation

API reference

Publisher

verified publisherberlinfactor.com

Weekly Downloads

Kraken Crypto API plus command line client for Dart. Inspired by the python clikraken tool.

Repository (GitHub)
View/report issues

Topics

#kraken #api #client #dart

License

MIT (license)

Dependencies

ansi, args, cli_util, crypto, dart_minilog, http, path

More

Packages that depend on krok