ccex-package: Client for the C-Cex Crypto-Currency Exchange

Description References

Description

This software is in no way affiliated, endorsed, or approved by the C-Cex crypto-currency exchange or any of its affiliates. It comes with absolutely no warranty and should not be used in actual trading unless the user can read and understand the source and know what you are doing.

Package 'ccex' is an R implementation of the REST interface used by the C-Cex crypto-currency exchange https://c-cex.com/. It provides functions for all endpoints currently (as of May 16, 2017) supported by the exchange. This includes the ability to retrieve price, volume, and orderbook information as well as the ability to trade crypto-currencies.

Calls to the exchange are categorized as either public, which includes requests for price, volume, and order book information, and private, which includes all requests requiring an account including placing buy or sell orders. Public calls can be used directly by installing the package. Private calls require creating an account at https://c-cex.com/?id=reg and creating an API and secret key with appropriate permissions.

Private calls retrieve the API and secret key using the CCEX_API_KEY and CCEX_SECRET_KEY environment variables. These may be set by the user before opening the R session or, they can be set using the 'ccex_authenticate' function.

Public Function Calls

Private Function Calls

References

https://c-cex.com/ https://github.com/kaneplusplus/ccex


kaneplusplus/ccex documentation built on May 20, 2019, 7:20 a.m.