Skip to content

5th year project Theme: crypto-currencies Application name : Crypto-Advice The goal is to extract informations from historical data on crypto-currencies to provide guidance to users.

Notifications You must be signed in to change notification settings

DjamelRAAB/PA5_Crypto-Advice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

5th year project

Application name : Crypto-Advice

The topic of our 5th grade project is about crypto-currencies. The goal of this project is to extract information from historical crypto-currency data to provide advice to users based on the real-time price of crypto-currencies.

CryptoAdvice API

In this project the API serves the data in JSON format and the actual useful payload is in an array of dictionaries. The response of our api can be used for time series analysis, price alarming script and even for creation of trading bot.

Call the API to get data

You can see the doc of this API in http://34.149.251.226/cryptoadvice/api/

How to call our API?

  • The API call consists of three parts,
    • First is baseurl :
    • Second are the route :
      • /prediction/price
      • /prediction/sentiment
      • /tweets
      • /metrics
    • Final part are the parameters that we provide for the call to choose the coin, for example:
      • coin=BTC

CryptoAdvice APP

The application it's exposed at this url : http://34.149.251.226/cryptoadvice/

About

5th year project Theme: crypto-currencies Application name : Crypto-Advice The goal is to extract informations from historical data on crypto-currencies to provide guidance to users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published