{"id":25415717,"url":"https://github.com/tosunthex/cryptocompare-api","last_synced_at":"2025-10-31T08:31:43.742Z","repository":{"id":88135635,"uuid":"141293902","full_name":"tosunthex/CryptoCompare-Api","owner":"tosunthex","description":"Async CryptoCompare API client library for .NET and .NET Core","archived":false,"fork":false,"pushed_at":"2018-12-19T20:58:26.000Z","size":90,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-27T10:45:33.644Z","etag":null,"topics":["api","api-client","api-wrapper","async","bitcoin","bitcoin-api","btc","cryptocompare","cryptocompare-api","cryptocurrency","dotnet-core","dotnet-standard","dotnetstandard","ethereum","litecoin","ltc"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tosunthex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-07-17T13:30:54.000Z","updated_at":"2024-10-11T08:39:45.000Z","dependencies_parsed_at":"2023-05-18T10:15:12.156Z","dependency_job_id":null,"html_url":"https://github.com/tosunthex/CryptoCompare-Api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tosunthex/CryptoCompare-Api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tosunthex%2FCryptoCompare-Api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tosunthex%2FCryptoCompare-Api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tosunthex%2FCryptoCompare-Api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tosunthex%2FCryptoCompare-Api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tosunthex","download_url":"https://codeload.github.com/tosunthex/CryptoCompare-Api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tosunthex%2FCryptoCompare-Api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281956223,"owners_count":26589794,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-31T02:00:07.401Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-client","api-wrapper","async","bitcoin","bitcoin-api","btc","cryptocompare","cryptocompare-api","cryptocurrency","dotnet-core","dotnet-standard","dotnetstandard","ethereum","litecoin","ltc"],"created_at":"2025-02-16T15:52:14.547Z","updated_at":"2025-10-31T08:31:43.388Z","avatar_url":"https://github.com/tosunthex.png","language":"C#","readme":"# CryptoCompare-Api [![Build status](https://ci.appveyor.com/api/projects/status/iaccxxc7mb6us3yl/branch/master?svg=true)](https://ci.appveyor.com/project/tosunthex/cryptocompare-api/branch/master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/e3355681d430459aa12e37221929d9e7)](https://www.codacy.com/app/tosunthex/CryptoCompare-Api?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=tosunthex/CryptoCompare-Api\u0026amp;utm_campaign=Badge_Grade) [![NuGet](https://img.shields.io/nuget/v/CryptoCompareAsyncApi.svg)](https://www.nuget.org/packages/CryptoCompareAsyncApi/)[![NuGet](https://img.shields.io/nuget/dt/CryptoCompareAsyncApi.svg)](https://www.nuget.org/packages/CryptoCompareAsyncApi/)\n\n.Net and .Net Core async Crypto Compare client for newest Min-API\n\n\n\n## Installation\nThis Crypto Compare api wrapper library is available on [NuGet](https://www.nuget.org/packages/CryptoCompareAsyncApi/)\n\n## Basic Usage\n````csharp\n// Using ctor\n var client = new CryptoCompareClient();\n var response = await client..OtherClient.GetCoinList();\n \n\n// Using Singleton \nvar btcId = 1182;\nvar btc = await CryptoCompareClient.Instance.OtherClient.GetSocialStat(btcId);\n````\n\nPackage manager\n````\nInstall-Package CryptoCompareAsyncApi\n````\n.NET CLI\n````\ndotnet add package CryptoCompareAsyncApi\n````\nPaket CLI\n````\npaket add CryptoCompareAsyncApi\n````\n\nTarget Frameworks and Dependencies\n\u003e .NETFramework 4.5\n```\nMicrosoft.AspNet.WebApi.SelfHost (\u003e= 5.2.2)\nNewtonsoft.Json (\u003e= 11.0.2)\n```\n\n\u003e.NETFramework 4.6.1\n```\nMicrosoft.AspNet.WebApi.SelfHost (\u003e= 5.2.2)\nNewtonsoft.Json (\u003e= 11.0.2)\n```\n\n\u003e.NETStandard 1.3\n```\nNETStandard.Library (\u003e= 1.6.1)\nNewtonsoft.Json (\u003e= 11.0.2)\n```\n\n\u003e.NETStandard 1.5\n```\nNETStandard.Library (\u003e= 1.6.1)\nNewtonsoft.Json (\u003e= 11.0.2)\n```\n\n\u003e.NETStandard 2.0\n```\nNewtonsoft.Json (\u003e= 11.0.2)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftosunthex%2Fcryptocompare-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftosunthex%2Fcryptocompare-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftosunthex%2Fcryptocompare-api/lists"}