Skip to content

An API server that provides various offchain resources

Notifications You must be signed in to change notification settings

Jeff-Bouchard/fetch-api-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchethicFrontApiServer

An API server that provides various off-chain resources. Such as cryptocurrencies prices.

Quotes

Cryptocurrencies handled:

  • bitcoin
  • bnb
  • eth
  • matic
  • uco
  • ... more later

Providers requested:

  • coinmarketcap.com
  • ... more later

Latest

Return the latest available quotes from given cryptocurrencies. The result is an aggregate of multiple providers.

GET /v2/cryptocurrency/quotes/latest?currency=eth,bitcoin,matic,uco,bnb

{
  "bitcoin":46886.44559469423,
  "bnb":301.88655780971703,
  "eth":2263.032408397367,
  "matic":0.790940929057782,
  "uco":0.04767200156279931
}

About

An API server that provides various offchain resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 92.6%
  • HTML 4.4%
  • Shell 3.0%