Skip to content

Tsingis/bitcoin-web-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Development

Requirements:

Run API locally dotnet watch run --project App

Run API locally via Docker docker-compose up app --build

Run tests dotnet test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published