Skip to content

Icasso/Moon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Moon] The Crypto Index


Streamlit App

Live websocket index price from OKX

  • instType
  • instId
  • last
  • lastSz
  • askPx
  • askSz
  • bidPx
  • bidSz
  • open24h
  • high24h
  • low24h
  • sodUtc0
  • sodUtc8
  • volCcy24h
  • vol24h
  • ts

You can directly access with above badge, or you wish to access locally,

  • Step 1
python -m pip install -r requirements.txt
  • Step 2
streamlit run main.py
  • Step 3
http://localhost:8501