binance does not have market symbol BTC/AUD
See original GitHub issue- OS: Debian/Windows
- Programming Language version: Python 3.10.8
- CCXT version: 2.2.46
exchange = exchange_class({
'apiKey': binance_apikey,
'secret': binance_apisecret,
'options': {'defaultType': 'spot' },
})
exchange.fetchOpenOrders('BTC/AUD')
Traceback (most recent call last):
File "g:\My Drive\gridbotccxt.py", line 111, in <module>
exchange.fetchOpenOrders('BTC/AUD')
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\ccxt\binance.py", line 3130, in fetch_open_orders
market = self.market(symbol)
File "C:\Users\user\AppData\Local\Programs\Python\Python310\lib\site-packages\ccxt\base\exchange.py", line 3012, in market
raise BadSymbol(self.id + ' does not have market symbol ' + symbol)
ccxt.base.errors.BadSymbol: binance does not have market symbol BTC/AUD
Issue Analytics
- State:
- Created 10 months ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
"binance does not have market symbol BTC/USDT ... - GitHub
When I use binance futures I get the following error from yesterday. Error: binance does not have market symbol BTC/USDT
Read more >24,976.73 | BTCAUD | Binance Spot
Trade BTC to AUD and other cryptocurrencies in the world's largest cryptocurrency exchange. Find real-time live price with technical indicators to help you ......
Read more >Python ccxt binance does not have market symbol USDT/BTC ...
Just replace "USDT/BTC" to "BTC/USDT" . "BTC/USDT" means the amount USDT per 1 BTC and "USDT/BTC" means the amount of BTC per 1...
Read more >BTC/AUD: Convert Bitcoin to Australian Dollar - Coinbase
Easily convert Bitcoin to Australian Dollar with our cryptocurrency converter. 1 BTC is currently worth A$24584.86.
Read more >Bitcoin AUD (BTC-AUD) Cryptocurrency Forum & Discussion
Find the latest Bitcoin AUD (BTC-AUD) cryptocurrency discussion in Yahoo Finance's forum. Share your opinions and get diverse opinions from other crypto ...
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
Found the problem. BTC/AUD pair is not available in sandbox mode (testnet). Closing issue.