https://github.com/byronap/coingeckoapi
CoinGecko API Library for .NET
https://github.com/byronap/coingeckoapi
api api-client api-rest api-wrapper bitcoin coingecko coingecko-api coingecko-api-key coingecko-client coingecko-coin-ids coingeckoapi cryptocurrency dotnet dotnet-core dotnet-standard ethereum library netstandard
Last synced: 4 months ago
JSON representation
CoinGecko API Library for .NET
- Host: GitHub
- URL: https://github.com/byronap/coingeckoapi
- Owner: ByronAP
- License: mit
- Created: 2022-12-06T22:59:29.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-30T09:43:28.000Z (9 months ago)
- Last Synced: 2024-11-24T12:53:40.678Z (6 months ago)
- Topics: api, api-client, api-rest, api-wrapper, bitcoin, coingecko, coingecko-api, coingecko-api-key, coingecko-client, coingecko-coin-ids, coingeckoapi, cryptocurrency, dotnet, dotnet-core, dotnet-standard, ethereum, library, netstandard
- Language: C#
- Homepage:
- Size: 488 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CoinGeckoApi

## CoinGecko API Library for .NET[](https://github.com/sponsors/ByronAP)
[](https://www.nuget.org/packages/CoinGeckoAPI)
[](https://app.fossa.com/projects/git%2Bgithub.com%2FByronAP%2FCoinGeckoApi?ref=badge_shield)
[](https://www.codacy.com/gh/ByronAP/CoinGeckoApi/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ByronAP/CoinGeckoApi&utm_campaign=Badge_Grade)
[](https://github.com/ByronAP/CoinGeckoApi/actions/workflows/codeql.yml)
[](https://github.com/ByronAP/CoinGeckoApi/actions/workflows/dev_test_dotnet.yml)[CoinGecko API Documentation](https://www.coingecko.com/en/api/documentation)
[Library Documentation](https://byronap.github.io/CoinGeckApi_docs)
### Features
+ Method names and locations match API
+ Concrete classes (with very few exceptions)
+ Fully asynchronous
+ Compatible with dependency injection and logging
+ Integrated response caching
+ Integrated rate limiting
+ Easier to use then other libraries
+ Supports PRO endpoints (I have no way to test)Just create an instance of 'CoinGeckoClient' and start making calls.