https://github.com/byronap/coinpaprikaapi
Coinpaprika API Library for .NET
https://github.com/byronap/coinpaprikaapi
api api-client api-rest api-wrapper bitcoin coinpaprika coinpaprika-api cryptocurrency dotnet dotnet-core ethereum library netstandard
Last synced: 4 months ago
JSON representation
Coinpaprika API Library for .NET
- Host: GitHub
- URL: https://github.com/byronap/coinpaprikaapi
- Owner: ByronAP
- License: mit
- Created: 2022-12-16T22:20:32.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-12-23T06:58:08.000Z (5 months ago)
- Last Synced: 2025-01-10T03:36:31.922Z (4 months ago)
- Topics: api, api-client, api-rest, api-wrapper, bitcoin, coinpaprika, coinpaprika-api, cryptocurrency, dotnet, dotnet-core, ethereum, library, netstandard
- Language: C#
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CoinpaprikaApi

## Coinpaprika API Library for .NET[](https://github.com/sponsors/ByronAP)
[](https://www.nuget.org/packages/Coinpaprika_Api)
[](https://app.fossa.com/projects/git%2Bgithub.com%2FByronAP%2FCoinpaprikaApi?ref=badge_shield)
[](https://www.codacy.com/gh/ByronAP/CoinpaprikaApi/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ByronAP/CoinpaprikaApi&utm_campaign=Badge_Grade)
[](https://github.com/ByronAP/CoinpaprikaApi/actions/workflows/codeql.yml)
[](https://github.com/ByronAP/CoinpaprikaApi/actions/workflows/dev_test_dotnet.yml)[Coinpaprika API Documentation](https://api.coinpaprika.com/)
[Library Documentation](https://byronap.github.io/CoinpaprikaApi_docs)
### 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.