R/utils-get_cryptowatch_url.R

Defines functions get_cryptowatch_url

#' Get URL of cryptowatch API
#' @noRd
get_cryptowatch_url <- function() {

  url <- "https://api.cryptowat.ch"

}

Try the cryptowatchR package in your browser

Any scripts or data that you put into this service are public.

cryptowatchR documentation built on June 10, 2021, 1:05 a.m.