binance: add new `permissionSets` to base `Pair`

decimal_prices_thru_ems
Tyler Goodlet 2025-06-09 10:16:41 -04:00
parent df5e72f7ae
commit d5faf4f59d
1 changed files with 2 additions and 1 deletions

View File

@ -97,6 +97,8 @@ class Pair(Struct, frozen=True, kw_only=True):
baseAsset: str baseAsset: str
baseAssetPrecision: int baseAssetPrecision: int
permissionSets: list[list[str]]
filters: dict[ filters: dict[
str, str,
str | int | float, str | int | float,
@ -142,7 +144,6 @@ class SpotPair(Pair, frozen=True):
defaultSelfTradePreventionMode: str defaultSelfTradePreventionMode: str
allowedSelfTradePreventionModes: list[str] allowedSelfTradePreventionModes: list[str]
permissions: list[str] permissions: list[str]
permissionSets: list[list[str]]
# can the paint botz creat liq gaps even easier on this asset? # can the paint botz creat liq gaps even easier on this asset?
# Bp # Bp