REST Service for Cryptoproperty Market Analysis
- Should be based on XChange library.
- Ready to deploy docker container with simple installation doc.
- Basic unit test coverage.
- Should be able to provide updates at least every minute.
/markets
Retruns an array of every market from all exchanges using output convention
{
"timestamp": 1247592834,
"market": "http://poloniex.com",
"base": "Bitcoin",
"quote": "Ethereum",
"last": {
"native": 240.677453,
"usd": 240.677453,
"btc": 1
},
"volume": {
"native": 2900,
"usd": 240887,
"btc": 19764
},
}
base
and quote
resolves from Chaingear
Calculation of usd
and btc
tbd