binance: add `Pair.opoAllowed` field

Handle new API field per 2025-12-02 update.

(this patch was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code
Tyler Goodlet 2025-12-18 18:14:54 -05:00
parent 35744f666f
commit fe6da9186a
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,9 @@ class Pair(Struct, frozen=True, kw_only=True):
# https://developers.binance.com/docs/binance-spot-api-docs#future-changes
pegInstructionsAllowed: bool = False
# https://developers.binance.com/docs/binance-spot-api-docs#2025-12-02
opoAllowed: bool = False
filters: dict[
str,
str | int | float,