Skip to content

ByronAP/CoinpaprikaApi

Repository files navigation

CoinpaprikaApi

Coinpaprika Logo

Coinpaprika API Library for .NET

Sponsor Nuget FOSSA Status Codacy Badge CodeQL Tests

Coinpaprika API Documentation

Library Documentation

Features

  • Supports all API calls (except changelog)
  • Method names and locations match API
  • Concrete classes
  • Fully asynchronous
  • Compatible with dependency injection and logging
  • Integrated response caching
  • Easier to use then other libraries
  • Changelog endpoint is not implemented (no way for me to test)

Warning: If you don't have an API key Coinpaprika has a ridiculously low rate limit.

Just create an instance of 'CoinpaprikaClient' and start making calls.