Giter VIP home page Giter VIP logo

bittrex.api.client's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

bittrex.api.client's Issues

How to make Market Buy/sell Api Request

I went through Bittrex Documentation too, but can only find Limt Buy/sell
how to do Market Buy/Sell?? will be better if the feature is added in this wrapper..
Conditional buy/sell , stop order can also be implemented if the api supports it, there is very less documentation provided by bittrex, there support team dint replay too..
Can implement lot many features, if the proper API documentation is provided by them..
Guys Please share if any of you have more info on it..

Can not install via nuget

I'm trying to install package via nuget but getting the error below.

Could not install package 'Bittrex.Api.Client 1.0.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.6.1', but the package does not contain any assembly references or content files that are compatible with that framework.

CS0012 The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.

Hi,

When I am using your client.GetBalances() method right off the bat I am getting this error:
https://stackoverflow.com/questions/44652434/type-object-is-defined-in-an-assembly-that-is-not-referenced-net-standard-2-0

I even installed vs 2017 15.5 and still the same error. If I manually add netstandard.dll from nuget/packages folder, the entire project fails to compile due to tons of errors like string not defined etc, duplicates.

Any idea how to fix this?

Never saw this issue before.

OrderType is null after deserializing in GetOrder

In Bittrex.Api.Client.Models.HistoricAccountOrder the field name is "OrderType", but inside the json response from the exchange it's just "Type".
For this reason JsonConvert.DeserializeObject doesn't assign the value of this field.
(line 306, BittrexClient.cs)

I renamed "OrderType" to "Type" in HistoricAccountOrder and it worked!

Missing license file

You should add a file with the name 'LICENSE', you can easily do that via Github, if you name a file in the root LICENSE then you will get a license template drop-down where you can select an appropriate license like maybe MIT.

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.