You can install the development version of kucoin
using:
# install.packages("remotes")
remotes::install_github("dereckmezquita/kucoin")
Some functions in this package require permissioned access and need a proper API key, secret, and passphrase. If you don’t have a key, or need more information, visit the Generating an API Key.
Use an .Renviron
file to set your API key. In the .Renviron
file,
insert your API key details as follow:
# sandbox has been deprecated see kucoin documentation for more information
KC-API-ENDPOINT = "https://api.kucoin.com"
KC-API-KEY = XXXXXXXXXX
KC-API-SECRET = XXXXXXXXXX
KC-API-PASSPHRASE = XXXXXXXXXX