bybit fetch_tickers has error
See original GitHub issuehi my code :
try:
currencies = connection.fetch_tickers()
except Exception as e:
print("bybit error get all prices " + str(e))
output :
bybit error get all prices 0
verbose is very big . i can’t paste to a comment
Issue Analytics
- State:
- Created 10 months ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
fetchTickers() methods for Bybit returns an array with missing ...
Hello, I don't know if it's a bug or not but I notice that the fetchTickers() method for Bybit returns a dictionary in...
Read more >Guides - Bybit
Level up your crypto trading experience. Buy, sell, trade BTC, altcoins & NFTs. Get access to the spot and futures market or stake...
Read more >Utility Sub-commands - Freqtrade
This subcommand is useful for finding problems in your environment with loading strategies: modules with strategies that contain errors and failed to load ......
Read more >Ccxt-bybit NPM - npm.io
id name ver doc
_1btcxe 1BTCXE * API
acx ACX 2 API
adara Adara 1 API
Read more >Connection to Bybit - Quantower Help
Bybit is a cryptocurrency derivatives exchange that provides trading on the most popular crypto-assets like ... Possible Errors with Bybit connection.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@pcriadoperez don’t worry already opened a PR to fix it 🙂
I was able to reproduce on version 2.2.63 but seems to be resolved after version 2.2.66