Skip to content

Classic-Moon/ClassicMoon_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

classicmoon-backend

Env

OS: windows 10, ubuntu 20.04, ubuntu 22.04 npm: 8.19.2 node: 16.18.0 yarn: 1.22.19

use yarn

API

get
/api/graph/getPriceHistory
startTime
endTime

return: [
    {
        timestamp,
        luncPrice,
        clsmPrice,
        ustcPrice,
    }
]

get
/api/price/getPrices
    timestamp

return: {
    timestamp,
    luncPrice,
    clsmPrice,
    ustcPrice,
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published