Title: [Exchange API] Poloniex API .NET - For data transmission in the .NET Framework Post by: Jojatekok on September 27, 2014, 05:50:06 AM Poloniex API .NET GitHub repository (https://github.com/Jojatekok/PoloniexApi.Net) | NuGet package (https://www.nuget.org/packages/PoloniexApi.Net) This project is an easy-to-use API implementation of Poloniex (https://www.poloniex.com) functions in the Microsoft .NET Framework, and is useful to build trading tools. The class library is written in C# (http://wikipedia.org/wiki/C_Sharp_%28programming_language%29), and the demo project uses XAML (http://wikipedia.org/wiki/XAML) (WPF (http://wikipedia.org/wiki/Windows_Presentation_Foundation)). Usage requirements Installing Microsoft .NET Framework 4.5 (http://www.microsoft.com/download/details.aspx?id=30653) (or higher) is a requirement for both end-users and developers. About versioning The project uses Semantic Versioning 2.0.0 (http://semver.org/spec/v2.0.0.html) for keeping track of changes. Donations Donations are highly appreciated in order to keep the development alive.
Title: Re: [Exchange API] Poloniex API .NET - For data transmission in the .NET Framework Post by: statdude on October 10, 2014, 04:41:43 PM Nice! What is possible with this?
Title: Re: [Exchange API] Poloniex API .NET - For data transmission in the .NET Framework Post by: Jojatekok on October 11, 2014, 06:44:47 AM Nice! What is possible with this? Basically, anything which is possible using the Poloniex API, as this is a full implementation of it. New push API features have been added to the exchange, so I'll try to implement them too as soon as possible. Title: Re: [Exchange API] Poloniex API .NET - For data transmission in the .NET Framework Post by: hazarun on August 20, 2015, 08:02:03 AM When can we expect updates ? |