unicorn-binance-trailing-stop-loss icon indicating copy to clipboard operation
unicorn-binance-trailing-stop-loss copied to clipboard

Add support for `binance.com` endpoint in `get_symbol_info()`

Open tijptjik opened this issue 2 years ago • 0 comments

Version of this library.

7ff8e9430958458c085a47cc320e0ad0aaf8f8cf

Solution to Issue cannot be found in the documentation or other Issues and also occurs in the latest version of this library.

  • [X] I checked the documentation and other Issues. I am using the latest version of this library.

Hardware?

Local server/workstation

Operating System?

Linux

Python version?

Python3.7

Installed packages

No response

Logging output

No response

Used endpoint?

binance.com

Issue

image

In the get_symbol_info() method, I think the first conditional should return

symbol_info = self.ubra.get_symbol_info(symbol=symbol)

or similar instead of None

tijptjik avatar Apr 17 '23 18:04 tijptjik