Add fix for binance API 3.1 rollout..

See https://developers.binance.com/docs/binance-spot-api-docs#2025-08-26
alt_tpts_for_perf
Tyler Goodlet 2025-08-27 23:00:23 -04:00
parent e9613e46f6
commit f7caa75228
1 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,11 @@ class Pair(Struct, frozen=True, kw_only=True):
permissionSets: list[list[str]] permissionSets: list[list[str]]
# https://developers.binance.com/docs/binance-spot-api-docs#2025-08-26
# will become non-optional 2025-08-28?
# https://developers.binance.com/docs/binance-spot-api-docs#future-changes
pegInstructionsAllowed: bool|None = None
filters: dict[ filters: dict[
str, str,
str | int | float, str | int | float,