Krakex.Client (krakex v0.7.0) View Source
The Krakex client.
This modules defines a Krakex.Client struct which is needed to use any
of the functions defined in the Krakex module.
It contains the following fields:
key- the API key.secret- the private API key.endpoint- the base URL of the API (default:"https://api.kraken.com").
Link to this section Summary
Link to this section Types
Specs
Link to this section Functions
Specs
Returns a Krakex.Client struct.
It takes care of initializing the values for the API and private keys.
The endpoint argument can optionally be set.