BinanceApiRestClient.getAllPrices() returns symbol "123456"
See original GitHub issueWhen I invoke BinanceApiRestClient.getAllPrices()
most of the tickers I get back are okay, but I am consistently getting back:
TickerPrice[symbol=123456,price=0.00030000]
which doesn’t make any sense. Is this some sort of test data that someone forgot to remove?
I also see it if I request HTTP GET https://www.binance.com/api/v1/ticker/allPrices
so this is affecting all clients.
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
binance-java-api - CD2H gitForager
BinanceApiRestClient , a synchronous/blocking Binance API client;; BinanceApiAsyncRestClient , an ... Compressed/Aggregate trades list of a symbol
Read more >A Lightweight Java Library for The Binance API - Morioh
In scenario of subscription with upper case styled symbol, server will return no error and subscribe to given channel - however, no events...
Read more >The binance-java-api from joaopsilva - GithubHelp Home
Executing BinanceApiRestClient 's getAccount() never returns. My keys are OK. The same goes for the Async version. Am I missing something? How to...
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
I’ll close this ticket for now, there’s not much I can do from the API side. I suggest to blacklist the
123456
trading pair.what is this 123456 symbol? if I call get orders for this symbol, I get back a ton of CANCELED orders…