Table of Contents

Method Create

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

Create(string, string, SensitiveByteArray, SensitiveByteArray)

Creates a new Kucoin API identity.

public static KucoinApiIdentity Create(string name, string key, SensitiveByteArray secret, SensitiveByteArray passphrase)

Parameters

name string

User-defined identity name.

key string

API key to authenticate requests.

secret SensitiveByteArray

API secret to authenticate requests.

The caller stops being the owner of this object.

passphrase SensitiveByteArray

API passphrase to authenticate requests.

The caller stops being the owner of this object.

Returns

KucoinApiIdentity