Giter Club home page Giter Club logo

binance.netcore's People

Contributors

mscheetz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

binance.netcore's Issues

DeleteTradeAsync throws {"code":-1102,"msg":"Mandatory parameter 'symbol' was not sent, was empty/null, or malformed."}

TradeResponse testTradeResponse = await binanceApi.LimitOrderAsync("BLZBNB", Binance.NetCore.Entities.Side.BUY, 145, 0.001779M);
CancelTradeParams testCancelTradeParams = new CancelTradeParams()
{
timestamp = testTradeResponse.transactTime,
orderId = testTradeResponse.orderId,
type = testTradeResponse.type.ToString(),
origClientOrderId = testTradeResponse.clientOrderId,
symbol = testTradeResponse.symbol
};
TradeResponse traderesponse =await binanceApi.DeleteTradeAsync( testCancelTradeParams);

The moment I'm trying to call the DeleteTradeAsync method it gives an error that i'm not passing the symbol. Even tough I am
{"code":-1102,"msg":"Mandatory parameter 'symbol' was not sent, was empty/null, or malformed."}

Trading small amounts of BTC

Market Orders

When placing a Market Order there is only allowance for a decimal value and not a double.
This makes it impossible to place a small purchase example:

binance.MarketOrder("BTC_USDT", Binance.NetCore.Entities.Side.BUY, 0.003);

Could we change this to a double to allow for small transactions?

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.