A .NET PCL (Portable Class Library) for the Coinigy API. API documentation can be found at: http://docs.coinigy.apiary.io/
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 syncronous with a postfix of "Async" (AddAlert == AddAlertAsync).
A NuGet package is available: https://www.nuget.org/packages/Coinigy.API