KrakenApi class

Constructors

KrakenApi(String apiKey, String secretKey)
Constructs a KrakenApi object with given api key and secret key.

Properties

apiKey String
final
client ↔ Client
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String
final

Methods

call(Methods method, {Map<String, String>? parameters}) Future<String>
creates and executes a request to the kraken api. Returns the api call result.
callPrivate(String method, String nonce, {Map<String, String>? parameters}) Future<String>
Creates and executes a private user request
callPublic(String path, {Map<String, String>? parameters}) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited