Code Monkey home page Code Monkey logo

ccc's Introduction

CryptoCurrency Category

This is a little api service for privoding the category of a cryptocurrency.

Similar to how each stock has its own industry classificaition, each cryptocurrency also has its own classification.

Based on the 强者优势(I don't know which the exact english word should use. It means that the powerfull player in the market would lead the direction even sometimes they are wrong, because they are powerful). I would use the Binance's exsiting classifcation as a foundation, combined with third-party data from CoinMarketCap, CoinGecko, and supplemented by manual analysis to give the classification.

Usage

It's a FastAPI service deployed on cloud.

import requests
import json
payload = {"base": "BTC"}
url = "https://young-chamber-41337-67dbb5d1ef56.herokuapp.com/category"
cate = requests.post(url=url, data=json.dumps(payload))
print(cate.json())   #{"base": "BTC","category": "POW"}

details can be found in here.

log

20230311 deploy demo

with only 378 coin which is on trading in Binance's spot market at this moment.

ccc's People

Watchers

d3 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.