An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# CoinCapApi
![CoinCap Logo](https://raw.githubusercontent.com/ByronAP/CoinCapApi/dev/coincap-logo-banner-256x64.png)
## CoinCap API Library for .NET

[![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/ByronAP)
[![Nuget](https://img.shields.io/nuget/v/CoinCapAPI)](https://www.nuget.org/packages/CoinCapAPI)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FByronAP%2FCoinCapApi.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FByronAP%2FCoinCapApi?ref=badge_shield)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4597bd69581d4039ae591a161fa43f83)](https://www.codacy.com/gh/ByronAP/CoinCapApi/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ByronAP/CoinCapApi&utm_campaign=Badge_Grade)
[![CodeQL](https://github.com/ByronAP/CoinCapApi/actions/workflows/codeql.yml/badge.svg)](https://github.com/ByronAP/CoinCapApi/actions/workflows/codeql.yml)
[![Tests](https://github.com/ByronAP/CoinCapApi/actions/workflows/dev_test_dotnet.yml/badge.svg)](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 libraries

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