Skip to content

Tsingis/bitcoin-web-api

Repository files navigation

Quality Gate Status Deploy Status

About

API based on GoinGecko's public API. to get initial data for bitcoin with euro as currency. API attempts to give answer to following questions with given date range.

  1. How many days is the longest downward trend?
  2. Which date has the highest trading volume?
  3. What are the best days to buy and sell?

Use API hosted on Render with built-in Swagger or with any suitable tool of your choice.

Input date format: yyyy-MM-dd

Endpoints:

  • /longestdownwardtrend
  • /highestradingvolume
  • /buyandsell

Tools used:

  • .NET 9 SDK
  • .NET report generator dotnet tool install -g dotnet-reportgenerator-globaltool
  • Docker