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
- Host: GitHub
- URL: https://github.com/kripod/poloniexapi.net
- Owner: kripod
- License: mit
- Created: 2014-09-26T17:14:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T03:13:38.000Z (almost 9 years ago)
- Last Synced: 2025-04-08T13:05:47.699Z (about 1 year ago)
- Language: C#
- Size: 54.7 KB
- Stars: 33
- Watchers: 16
- Forks: 44
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Discontinued
Please be aware that this project is not actively maintained anymore.
# Poloniex API .NET [](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