Giter VIP home page Giter VIP logo

Comments (8)

joaopsilva avatar joaopsilva commented on August 15, 2024 1

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.

from binance-java-api.

joaopsilva avatar joaopsilva commented on August 15, 2024

Thanks @cowwoc , I have asked the team to remove it from the internal API.

from binance-java-api.

cowwoc avatar cowwoc commented on August 15, 2024

@joaopsilva Another problematic one is symbol ETC. It does not have a second currency.

from binance-java-api.

joaopsilva avatar joaopsilva commented on August 15, 2024

Thanks @cowwoc , I'm waiting for the team's feedback on this. In the meantime, I would propose to use a blacklist of assets to ignore.

from binance-java-api.

cowwoc avatar cowwoc commented on August 15, 2024

@joaopsilva Good idea. Thanks for the feedback.

from binance-java-api.

ThingEngineer avatar ThingEngineer commented on August 15, 2024

FYI, the symbol 123456 is still present in the exchange_data in the 5th symbol array. I thought my database model was corrupting a symbol.

... ),
    4 => 
    array (
      'symbol' => '123456',
      'status' => 'TRADING',
      'baseAsset' => '123',
      'baseAssetPrecision' => 8,
      'quoteAsset' => '456',
      'quotePrecision' => 8,
      'orderTypes' => 
      array (
        0 => 'LIMIT',
        1 => 'LIMIT_MAKER',
        2 => 'MARKET',
        3 => 'STOP_LOSS_LIMIT',
        4 => 'TAKE_PROFIT_LIMIT',
      ),
      'icebergAllowed' => true,
      'filters' => 
      array (
        0 => 
        array (
          'filterType' => 'PRICE_FILTER',
          'minPrice' => '0.00000100',
          'maxPrice' => '100000.00000000',
          'tickSize' => '0.00000100',
        ),
        1 => 
        array (
          'filterType' => 'LOT_SIZE',
          'minQty' => '0.00100000',
          'maxQty' => '100000.00000000',
          'stepSize' => '0.00100000',
        ),
        2 => 
        array (
          'filterType' => 'MIN_NOTIONAL',
          'minNotional' => '0.00100000',
        ),
      ),
    ), ...

from binance-java-api.

mcelhennyi avatar mcelhennyi commented on August 15, 2024

This also happens for me in the get exchage info as well

from binance-java-api.

knap1930 avatar knap1930 commented on August 15, 2024

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

from binance-java-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.