BinanceSpotRest.Enums.Permission (Binance Spot Rest v0.2.1)

View Source

Defines account and symbol permissions for the Binance Spot REST API.

This enum corresponds to the permissions field in the Binance API – Exchange Information.

Permissions indicate which types of trading are allowed for a given symbol.

Supported values:

  • :SPOT – Spot trading permission. Note: This is the *only permission available on Testnet.

  • :MARGIN – Margin trading permission.

  • :LEVERAGED – Leveraged token trading permission.

  • :TRD_GRP_002 .. :TRD_GRP_025 – Internal Binance trading groups, used to define more granular or special trading permissions. These may vary by account type and are not typically used in standard Spot/Margin API operations.

Summary

Functions

all()

keys()

values()