Table of Contents

Class KrakenApiIdentity

Namespace
WhalesSecret.ScriptApiLib.Exchanges
Assembly
WhalesSecret.ScriptApiLib.dll

Kraken API identity and credentials.

public sealed class KrakenApiIdentity : IApiIdentity, IDisposable
Inheritance
KrakenApiIdentity
Implements
Inherited Members
Extension Methods

Remarks

An API identity is given by an API key and an API secret key.

Properties

ExchangeMarket

Exchange market where the identity is registered.

Methods

Create(string, string, SensitiveByteArray)

Creates a new Kraken API identity.

CreateFromJson(string)

Creates a new Kraken API identity from its serialized representation.

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

ToString()

Returns a string that represents the current object.

Validate()

Validates the properties of the API identity instance.

See Also