Skip to content

Releases: sstoeckl/crypto2

API change fix

02 Jul 17:03
Compare
Choose a tag to compare

Slight change in api call outcome needed a modification in crypto_info().

Major update to fix cmc api change

13 Jun 09:59
Compare
Choose a tag to compare

Major update due to changes in the coinmarketcap.com api. All functions should be working again!

New sorting and bug fixes

29 Jan 23:57
Compare
Choose a tag to compare

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

19 Oct 20:48
Compare
Choose a tag to compare

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

11 Jan 22:30
Compare
Choose a tag to compare
v1.4.2

now restricted to 10'000 data points