Table of Contents

Class KucoinApiIdentity

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

Kucoin API identity and credentials.

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

Properties

ExchangeMarket

Exchange market where the identity is registered.

Methods

Create(string, string, SensitiveByteArray, SensitiveByteArray)

Creates a new Kucoin API identity.

CreateFromJson(string)

Creates a new Kucoin 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