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
stringUser-defined identity name.
key
stringAPI key to authenticate requests.
secret
SensitiveByteArrayAPI secret to authenticate requests.
The caller stops being the owner of this object.
passphrase
SensitiveByteArrayAPI passphrase to authenticate requests.
The caller stops being the owner of this object.