NEWS.md
CoinGecko significantly reduced the rate limit of the free version of its API - from 50 to ca. 10-30 calls/minute. This had a dramatic effect on how geckor
functions and how much data can be retrieved using its functions. In particular, the following changes had to be introduced in v0.3.0:
coin_history_*
functions now accept a much smaller number of coin IDs to process simultaneously (5 vs 30 in v0.2.0).coin_tickers()
function retrieves up to 5 pages of data.ping()
returns FALSE
before running the test.R CMD check
.coin_history()
and coin_history_range()
functions.coin_history_*
functions have been re-written so that they can retrieve data for multiple coins (up to 30) in one call.api_request()
function has been modified to fail more gracefully when the API calls time out or errors occur.