powered by
Specifies API Key and the base URL for session
setup(api_key = NULL, sandbox = FALSE)get_setup()reset_setup(api_key = TRUE, sandbox = TRUE)
get_setup()
reset_setup(api_key = TRUE, sandbox = TRUE)
Your Coinmarketcap API key.
Sets the base URL for the API. If set to TRUE, the sandbox-API is called. The default is FALSE.
# NOT RUN { setup("xXXXXxxxXXXxx") get_setup() # }
Run the code above in your browser using DataLab