Now that
https://bx.in.th/ has some volume, it has been added to the
Ticker API.
It now calculates the weighted average from:
LazyCoins is still not considered because it doesn't have a public API to query (that I know at least, let me know if I'm grong).
The required BTC<->Fiat rates are still gotten from
https://api.bitcoinaverage.com/ticker/allHere's what
https://api.captcoin.com/ticker/all currently returns:
{
"exchanges": {
"coin-swap": {
"price": "0.00001432",
"volume": "0.81452311"
},
"bittrex": {
"price": "0.00001592",
"volume": "0.20755425"
},
"atomic-trade": {
"price": "0.00001101",
"volume": "0.00815975"
},
"cryptoine": {
"price": "0.00001110",
"volume": "0.00004347"
},
"bx_in_th": {
"price": "0.00001453",
"volume": "0.00924979"
},
"average": "0.00001462"
},
"currencies": {
"BTC": "0.00001462",
"AUD": "0.0076",
"BRL": "0.0119",
"CAD": "0.0079",
"CHF": "0.0036",
"CNY": "0.0438",
"EUR": "0.0055",
"GBP": "0.0045",
"HKD": "0.0260",
"IDR": "85.2191",
"ILS": "0.0254",
"MXN": "0.0947",
"NOK": "0.0440",
"NZD": "0.0087",
"PLN": "0.0205",
"RON": "0.0194",
"RUB": "0.2811",
"SEK": "0.0515",
"SGD": "0.0090",
"TRY": "0.0154",
"USD": "0.0072",
"ZAR": "0.0797"
},
"created": "2014-09-05T15:10:01+00:00"
}