We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to use this function: however its got an error
get_global_marketcap(latest = FALSE, count = 10, interval = "yearly", time_start = Sys.Date()-180, time_end = Sys.Date())
this is the result:
x The request was not succesfull! Request URL: https://pro-api.coinmarketcap.com/v1/global-metrics/quotes/historical?convert=USD&count=10&interval=yearly&time_start=2021-09-10&time_end=2021-09-10 Response Content: { "status": { "timestamp": "2022-03-09T01:22:54.602Z", "error_code": 1006, "error_message": "Your API Key subscription plan doesn't support this endpoint.", "elapsed": 0, "credit_count": 0 } }
Thank you in advance!
The text was updated successfully, but these errors were encountered:
I think this requires the paid API key
Sorry, something went wrong.
#get the global market cap details and assign it to a dataframe
latest_marketcap <- get_global_marketcap('EUR') ‼ The old API is used when no 'apikey' is given. Error: lexical error: invalid char in json text.
I received the following error while executing the same command.
Did you try with the API key?
No branches or pull requests
I tried to use this function: however its got an error
get_global_marketcap(latest = FALSE, count = 10, interval = "yearly",
time_start = Sys.Date()-180, time_end = Sys.Date())
this is the result:
x The request was not succesfull!
Request URL:
https://pro-api.coinmarketcap.com/v1/global-metrics/quotes/historical?convert=USD&count=10&interval=yearly&time_start=2021-09-10&time_end=2021-09-10
Response Content:
{
"status": {
"timestamp": "2022-03-09T01:22:54.602Z",
"error_code": 1006,
"error_message": "Your API Key subscription plan doesn't support this endpoint.",
"elapsed": 0,
"credit_count": 0
}
}
Thank you in advance!
The text was updated successfully, but these errors were encountered: