Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.11 KB

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/