Skip to content

PIVX-Labs/Oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A price oracle that can give you accurate average price data from multiple sources

EndPoints:

/currencies

  • returns all the collected data we have for other tickers against pivx

/price/{ticker}

  • returns the collected market data we have for the selected {ticker}

Generally returns in this format

[
  {
  "currency": "USD",
  "value": 0.55,
  "last_updated": 0 // just the timestamp this data was last updated successfully
  },
 ...
]

About

A reliable, free-to-use, purpose-built price Oracle for PIVX Labs services and the PIVX community

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published