Releases: sstoeckl/crypto2
API change fix
Major update to fix cmc api change
Major update due to changes in the coinmarketcap.com api. All functions should be working again!
New sorting and bug fixes
Added new sorting possibilities and fixed some bugs relating to "last_historical_data" not being available any more for untracked listings.
New listings and general market statistics
Since version 1.4.5 I have added a new function crypto_global_quotes()
which retrieves global aggregate market statistics for CMC. There also were some bugs fixed.
Since version 1.4.4 a new function crypto_listings()
was introduced that retrieves new/latest/historical listings and listing information at CMC. Additionally some aspects of the other functions have been reworked. We noticed that finalWait = TRUE
does not seem to be necessary at the moment, as well as sleep
can be set to '0' seconds. If you experience strange behavior this might be due to the the api sending back strange (old) results. In this case let sleep = 60
(the default) and finalWait = TRUE
(the default).
New major version for simultaneous retrieval of data with bug fixes
v1.4.2 now restricted to 10'000 data points