Class BinanceApiIdentity
- Namespace
- WhalesSecret.ScriptApiLib.Exchanges
- Assembly
- WhalesSecret.ScriptApiLib.dll
Binance API identity and credentials.
public sealed class BinanceApiIdentity : IApiIdentity, IDisposable
- Inheritance
-
BinanceApiIdentity
- Implements
- Inherited Members
- Extension Methods
Properties
- ExchangeMarket
Exchange market where the identity is registered.
Methods
- CreateFromJson(string)
Creates a new Binance API identity from its serialized representation.
- CreateHmac(string, string, SensitiveByteArray)
Creates a new Binance API identity using HMAC signing method.
- CreateRsa(string, string, SensitiveByteArray)
Creates a new Binance API identity using RSA signing method.
- Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
- ToString()
Returns a string that represents the current object.
- Validate()
Validates the properties of the API identity instance.