Table of Contents

Method CreateFromJson

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

CreateFromJson(string)

Creates a new Kucoin API identity from its serialized representation.

public static KucoinApiIdentity CreateFromJson(string jsonCredentials)

Parameters

jsonCredentials string

Serialized representation of Kucoin API identity.

Returns

KucoinApiIdentity

Deserialized instance of Kucoin API identity.