`binance`: more fields.. `SelfTradePreventMode`..
parent
cc1694760c
commit
df6071ae9e
|
@ -107,6 +107,8 @@ class Pair(Struct, frozen=True):
|
||||||
|
|
||||||
filters: list[dict[str, Union[str, int, float]]]
|
filters: list[dict[str, Union[str, int, float]]]
|
||||||
permissions: list[str]
|
permissions: list[str]
|
||||||
|
allowedSelfTradePreventionModes: list[str]
|
||||||
|
defaultSelfTradePreventionMode: str
|
||||||
|
|
||||||
|
|
||||||
class OHLC(Struct):
|
class OHLC(Struct):
|
||||||
|
|
Loading…
Reference in New Issue