Introducing Coinigy .NET PCL API Library

Introducing Coinigy .NET PCL API Library

We’re proud to announce a brand new class library for Coinigy’s API to be used in C# applications, which can be found on our GitHub page. This is a .NET PCL and API documentation can be found on Coinigy’s Apiary page.

Each call listed in the documentation is listed in this library with the same name and the first letter uppercase (addAlert == AddAlert). This library supports both synchronous and asynchronous operations. Asynchronous operations are named the same as synchronous with a postfix of “Async” (AddAlert == AddAlertAsync).

Also, a NuGet package is available here. Let us know what you think and if you need help getting started with using it!