Merge pull request #439 from pikers/binance_syminfo_fix

Update Binance exchange information
dark_clearing_improvements
goodboy 2023-01-10 11:08:19 -05:00 committed by GitHub
commit 220d38b4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -105,6 +105,9 @@ class Pair(Struct, frozen=True):
isSpotTradingAllowed: bool isSpotTradingAllowed: bool
isMarginTradingAllowed: bool isMarginTradingAllowed: bool
defaultSelfTradePreventionMode: str
allowedSelfTradePreventionModes: list[str]
filters: list[dict[str, Union[str, int, float]]] filters: list[dict[str, Union[str, int, float]]]
permissions: list[str] permissions: list[str]