Giter VIP home page Giter VIP logo

binancesdk's People

Contributors

ercumenteskar avatar ilkerulutas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

binancesdk's Issues

Order oluşturulamıyor

Merhabalar,
öncelikle elinize sağlık, aşağıdaki gibi bir kod oluşturdum, buy işlemi yapmıyor, yardımcı olursanız sevinirim,

ek olarak aslında yapmak istediğim, bu kodu bana yollarsanız sevinirim,
1-dünün kapanış fiyatını bulmak
2-bugünün kapanış fiyatını bulmak
3-1 saat öncenin kapanış fiyatını bulmak
4-2 saat öncenin kapanış fiyatını bulmak
5-buy işlemi yapmak
6-sell işlemi yapmak
7-tüm açık orderları kapatmak
8-tüm açık orderları listelemek
9-yaptığım işlemleri görsel bir yerde görebilmek

image

          var restClient = new BinanceClient(BinanceApiKey, BinanceApiSecret);
          var orderResult =  restClient.NewOrder("BTCUSDT", OrderSide.Buy, OrderType.Market, TimeInForce.GoodUntilCanceled, 1, 1, false, "order1");

        //Query the given order result.
        var orderQueryResult =  restClient.QueryOrder("BTCUSDT", null, "order1");

        //List Current Open Orders for given Trade Pair
        var openOrders = restClient.CurrentOpenOrders("BTCUSDT");

        //List All Orders
        var allOrders = restClient.ListAllOrders("BTCUSDT");
        //Cancels an open order by using either orderId or clientOrderId
        var cancelOrderResult = restClient.CancelOrder("BTCUSDT", null, "order1");

        //List Trades
        var trades = restClient.ListMyTrades("BTCUSDT");

ConnectUserDataEndpoint doesn't working?

ConnectUserDataEndpoint example seems doesn't working currently. Not error and nothing happened. Never run handlers when I enter or cancel ayn order.

Other web socket working fine.
am i doing wrong?

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.