question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 10 months ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
gmkbenjamincommented, Dec 1, 2022

Found the problem. BTC/AUD pair is not available in sandbox mode (testnet). Closing issue.

1reaction
gmkbenjamincommented, Dec 1, 2022

@gmkbenjamin

uh, I didn’t find it in binance web. Would you like to explain this more? @sc0Vu That’s odd, should be available on Binance international (non-US) Here’s a link to it https://www.binance.com/en/trade/BTC_AUD?_from=markets&theme=dark&type=spot Also available using their API https://api1.binance.com/api/v3/ticker/price?symbol=BTCAUD

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found