give me
{"c":{"price":"0.00346021","market_cap":"0"},"ccex":{"price":"158","volume":"4.94184035","volume_burst":"2762333.3817643","market_cap":"0"},"trex":{"price":"152","volume":"0.82386345","volume_burst":"531105.70492874","market_cap":"0"},"polo":{"price":"159","volume":"2.91756645","volume_burst":"531105.70492874","market_cap":"0"},"price":"156","volume":"8.68327025","volume_burst":"5147663.170563","market_cap":"0"}
Ok it gave me good results hours ago, but now it seems it it broken (market cap is 0 and burst volume of trex and polo are equals !). Also is it possible to provide small but better API ?
this one is tricky to get information I want, must use hard regex as this structure is not constant.Maybe a API to get market cap in currency you want, an other to extract price market you want or an average depending of argument you send, etc.
thanks
Edit, I'll write my own, and share it.
Edit 2 just learned Json_decode function in php... Things get much easier !