Getting 123/456 in binance.symbols
See original GitHub issueOk 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:
- Created 6 years ago
- Comments:8 (8 by maintainers)
Top 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 >
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 Free
Top 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
@thijstriemstra , @hippylover yes, they have a special market 123/456, for testing, added filtering for it.
I wonder that too 😄 I don’t think you can trade it.