https://github.com/byronap/coincapapi
CoinCap API Library for .NET
https://github.com/byronap/coincapapi
api api-client api-rest api-wrapper bitcoin coincap coincap-api coincap-client coincap-io cryptocurrency dotnet dotnet-core dotnet-standard ethereum library netstandard websocket websocket-api websocket-client websockets
Last synced: 4 months ago
JSON representation
CoinCap API Library for .NET
- Host: GitHub
- URL: https://github.com/byronap/coincapapi
- Owner: ByronAP
- License: mit
- Created: 2022-12-14T22:32:12.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-11-18T16:46:33.000Z (6 months ago)
- Last Synced: 2024-12-15T14:05:51.178Z (5 months ago)
- Topics: api, api-client, api-rest, api-wrapper, bitcoin, coincap, coincap-api, coincap-client, coincap-io, cryptocurrency, dotnet, dotnet-core, dotnet-standard, ethereum, library, netstandard, websocket, websocket-api, websocket-client, websockets
- Language: C#
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# CoinCapApi

## CoinCap API Library for .NET[](https://github.com/sponsors/ByronAP)
[](https://www.nuget.org/packages/CoinCapAPI)
[](https://app.fossa.com/projects/git%2Bgithub.com%2FByronAP%2FCoinCapApi?ref=badge_shield)
[](https://www.codacy.com/gh/ByronAP/CoinCapApi/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ByronAP/CoinCapApi&utm_campaign=Badge_Grade)
[](https://github.com/ByronAP/CoinCapApi/actions/workflows/codeql.yml)
[](https://github.com/ByronAP/CoinCapApi/actions/workflows/dev_test_dotnet.yml)[CoinCap API Documentation](https://docs.coincap.io/)
[Library Documentation](https://byronap.github.io/CoinCapApi_docs)
### Features
+ Supports all API calls
+ Supports WebSocket API
+ Method names and locations match API
+ Concrete classes
+ Fully asynchronous
+ Compatible with dependency injection and logging
+ Integrated response caching
+ Easier to use then other librariesJust create an instance of 'CoinCapClient' and start making calls.