I ran this code from Poloniex api (
https://poloniex.com/support/api/):
return24hVolume()
which returns all currency pairs and totals for the major cryptocurrencies. However, I noticed the numbers differ significantly from coinmarketcap, both for pairs and totals. Eg 24 hour volume for bitcoin:
Poloniex:
totalBTC': '15682.41737700' (~= $19,822,048)
Coinmarketcap:
bitcoin: $133,264,000
Is all of the data from the poloniex api for what was traded on the poloniex exchange only? And if this is the case, presumably it is the case for the other commands as well, such as returnChartData?
I am looking for total historical volume data per 24-hour period, for all exchanges. Coinmarketcap reports this on a daily basis, but there does not seem to be historical commands (
https://coinmarketcap.com/api/).