Skip to content

Commit e2c491c

Browse files
Merge branch 'sammchardy:master' into master
2 parents 04a1d4d + dc8d7b7 commit e2c491c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

binance/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2964,7 +2964,7 @@ def get_spot_delist_schedule(self, **params):
29642964
]
29652965
"""
29662966
return self._request_margin_api(
2967-
"get", "spot/delist-schedule", True, data=params
2967+
"get", "spot/delist-schedule", False, data=params
29682968
)
29692969

29702970
# Withdraw Endpoints

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ v1.0.35 - 2026-02-16
1313
- fix: reconnects for websocket connection closed ok and ws-api by @pcriadoperez in https://github.com/sammchardy/python-binance/pull/1655
1414

1515
v1.0.34 - 2025-12-16
16+
^^^^^^^^^^^^^^^^^^^^
1617

1718
**Added**
1819
- verbose mode for inspecting requests (verbose=True) (#1642)

0 commit comments

Comments
 (0)