Table of Contents

Method CreateHmac

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

CreateHmac(string, string, SensitiveByteArray)

Creates a new Binance API identity using HMAC signing method.

public static BinanceApiIdentity CreateHmac(string name, string key, SensitiveByteArray secret)

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.

Returns

BinanceApiIdentity