An open API service indexing awesome lists of open source software.

https://github.com/kripod/poloniexapi.net

Application Programming Interface for data transmission and retrieval from Poloniex through the Microsoft .NET Framework
https://github.com/kripod/poloniexapi.net

Last synced: about 1 year ago
JSON representation

Application Programming Interface for data transmission and retrieval from Poloniex through the Microsoft .NET Framework

Awesome Lists containing this project

README

          

# Project Discontinued
Please be aware that this project is not actively maintained anymore.

# Poloniex API .NET [![Build status](https://ci.appveyor.com/api/projects/status/dnp9i3t6sexv9tpa?svg=true)](https://ci.appveyor.com/project/kripod/poloniexapi-net)
This project makes your Microsoft .NET applications able to interact with the Application Programming Interface (API) of [Poloniex][].
The class library is written in [C#][], and the demo project uses [XAML][] ([WPF][]). A [NuGet package of the project][] is also available.

[Poloniex]: https://www.poloniex.com
[C#]: http://wikipedia.org/wiki/C_Sharp_%28programming_language%29
[XAML]: http://wikipedia.org/wiki/XAML
[WPF]: http://wikipedia.org/wiki/Windows_Presentation_Foundation
[NuGet package of the project]: https://www.nuget.org/packages/PoloniexApi.Net

## Usage requirements
Installing [Microsoft .NET Framework 4.5][] (or higher) is a requirement for both end-users and developers.

[Microsoft .NET Framework 4.5]: http://www.microsoft.com/download/details.aspx?id=30653

## About versioning
The project uses [Semantic Versioning 2.0.0][] for keeping track of changes.

[Semantic Versioning 2.0.0]: http://semver.org/spec/v2.0.0.html