KrakenClient
This library is a wrapper for the Kraken Digital Asset Trading Platform API. Official documentation from Kraken can be found here. The version can be used to query public/private data and make trades. Private data queries and trading functionality require use of your Kraken account API keys.
Installation
If available in Hex, the package can be installed
by adding kraken_client to your list of dependencies in mix.exs:
def deps do
[{:kraken_client, "~> 0.1.0"}]
endDocumentation
Once published, the docs can be found at https://hexdocs.pm/kraken_client.
Contributing
- Fork it
-
Create your feature branch (
git checkout -b my-new-feature) -
Commit your changes (
git commit -am 'Add some feature') -
Push to the branch (
git push origin my-new-feature) - Create new Pull Requesto