Skip to content

Asynchronous R API wrapper to the KuCoin cryptocurrency exchange for high frequency trading and non-blocking operations.

License

Notifications You must be signed in to change notification settings

dereckmezquita/kucoin

Repository files navigation

kucoin

Lifecycle: experimental Travis build status

Installation

You can install the development version of kucoin using:

# install.packages("remotes")
remotes::install_github("dereckmezquita/kucoin")

Getting Started

API Authorisation

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.

Setting-up 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

About

Asynchronous R API wrapper to the KuCoin cryptocurrency exchange for high frequency trading and non-blocking operations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages