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.

BinanceApiRestClient.getAllPrices() returns symbol "123456"

See original GitHub issue

When 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:closed
  • Created 6 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
joaopsilvacommented, Jan 23, 2018

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.

0reactions
knap1930commented, Apr 5, 2018

what is this 123456 symbol? if I call get orders for this symbol, I get back a ton of CANCELED orders…

Read more comments on GitHub >

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

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