ccxt: Binance Futures incorrect errors instances

  • OS: Windows 10
  • Programming Language version: python 3.7
  • CCXT version: 1.25.32
binance.fapiPrivateGetBalance()
it raises DdoSProtection error with the following text: binance temporary banned: {"code":-2015,"msg":"Invalid API-key, IP, or permissions for action, request ip: 83.167.27.42"}

It is after I opened futures account, this should be Authentification error, not the DdoSProtection

Before I opened a futures account, it raises Request Timeout error, but should be ExchangeNotAvailable error

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 21 (11 by maintainers)

Commits related to this issue

Most upvoted comments

@kroitor Never mind it was a permission issue. Thanks for all the support and have a great day!!

@kroitor I solved the problem, thank you for the quick response!

@qmzik that last one is a minor bug with the verbose print_function, i’ll fix it shortly and will proceed to debugging this issue.