sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
5.98k stars 2.2k forks source link

"This endpoint has been deprecated" #1212

Closed mrwonderfulness closed 2 years ago

mrwonderfulness commented 2 years ago

I tried using .get_system_status() and the following was returned from Binaince:

binance.exceptions.BinanceAPIException: APIError(code=0): Invalid JSON error message from Binance: This endpoint has been deprecated, please integrate with “GET@/sapi/v1/system/status”. See details in the announcement: https://www.binance.com/en/support/announcement/f45dde7da58b473aa885349946bed269

https://www.binance.com/en/support/announcement/f45dde7da58b473aa885349946bed269

Any suggestions?

mrwonderfulness commented 2 years ago

duh, sorry... thought i had pip upgraded!