Show / Hide Table of Contents

Enum EndpointSecurityType

Defines the different kinds of requests that can be made of the api, with respect to the required security.

Namespace: FFT.Binance
Assembly: FFT.Binance.dll
Syntax
public enum EndpointSecurityType : int

Fields

Name Description
MARKET_DATA

Endpoint requires sending a valid API-Key.

NONE

Endpoint can be accessed freely.

TRADE

Endpoint requires sending a valid API-Key and signature.

USER_DATA

Endpoint requires sending a valid API-Key and signature.

USER_STREAM

Endpoint requires sending a valid API-Key.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX