coingecko / cryptoexchange

[UNMAINTAINED] Ruby library to query market data from cryptocurrency exchanges (https://www.coingecko.com)
https://www.coingecko.com
MIT License
300 stars 240 forks source link

Check if the volume are assigned correctly #56

Closed tmlee closed 7 years ago

tmlee commented 7 years ago

The volume under Ticker should refer to the base currency. Need to check all existing implementation exchanges if that value is correct.

tmlee commented 7 years ago

List of exchanges, verified volume assigned correctly

...

tmlee commented 7 years ago

@dominicwong617 @Swingcloud Could you double confirm for the exchanges you have implemented if the volume is assigned correctly? That is it should be the base.

Other than the exchanges that i mentioned above, and after checking it. just comment and list them here if they are good? So i can double check the remainder

Swingcloud commented 7 years ago

will do today @tmlee

Swingcloud commented 7 years ago

checked:

Swingcloud commented 7 years ago

I fix this on #68

d0minicw0ng commented 7 years ago

@Swingcloud Thank you for checking for me as well 👏 👏 👏

tmlee commented 7 years ago

Apparently BTER had their base/quote definition swapped as well http://data.bter.com/api2/1/ticker/btc_cny

Need to be extra careful and look at the numbers really.

Swingcloud commented 7 years ago

the latest check list

d0minicw0ng commented 7 years ago

@tmlee closing this issue