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.

Getting 123/456 in binance.symbols

See original GitHub issue

Ok so this is a bit of a weird one. When im doing this: exchanges['binance'].loadMarkets() availMarkets = exchanges['binance'].symbols print("symbols") pprint.pprint(availMarkets) Everything is cool, i get the right pairs. However when i do the exact same code in a qt prog that launches that code when you change a combobox it adds 123/456 ontop into the list. I see something in the binance code about 123/456 in the comments so i figured you’d be able to figure out what it is or i can make an example and see if i can reproduce.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
kroitorcommented, Jan 14, 2018

@thijstriemstra , @hippylover yes, they have a special market 123/456, for testing, added filtering for it.

1reaction
hippylovercommented, Jan 14, 2018

I wonder that too 😄 I don’t think you can trade it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

BinanceApiRestClient.getAllPrices() returns symbol "123456" #9
When I invoke BinanceApiRestClient.getAllPrices() most of the tickers I get back are okay, but I am consistently getting back:.
Read more >
USDⓈ-M Futures - Binance Developers
New endpoint GET /fapi/v2/positionRisk in version 2 of fapi: User can choose to send specific "symbol". All symbols in the market can be...
Read more >
Change Log – Binance API Documentation - GitHub Pages
This means the request GET /api/v3/exchangeInfo without any parameters will show all symbols that can be used for SPOT , MARGIN and/or LEVERAGED...
Read more >
python-binance Documentation - Read the Docs
This is an unofficial Python wrapper for the Binance exchange REST API v3. ... Get the exchange info for a particular symbol.
Read more >
binance v1.0.1 - HexDocs
Get all symbols and current prices listed in binance ... Get binance server time in unix epoch. ... asks: [...], lastUpdateId: 12345}} or...
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