Method Create
- Namespace
- WhalesSecret.ScriptApiLib.Exchanges
- Assembly
- WhalesSecret.ScriptApiLib.dll
Create(string, string, SensitiveByteArray)
Creates a new Kraken API identity.
public static KrakenApiIdentity Create(string name, string key, SensitiveByteArray secret)
Parameters
namestringUser-defined identity name.
keystringAPI key to authenticate requests.
secretSensitiveByteArrayAPI secret to authenticate requests.
The caller stops being the owner of this object.