getmarkets: Available Markets and Other Meta Data

Description Usage Value References Examples

View source: R/ccex.r

Description

The getmarkets function returns all of the available markets currently available currently available on the C-Cex crypto-currency exchange (https://c-cex.com) along with other information including, among other information, when the exchange was created and the minimum order size.

Usage

1

Value

A named list with the following elements:

References

https://c-cex.com/?id=api#getmarkets

Examples

1
2
3
4
5
## Not run: 
markets = getmarkets()$result
head(markets)

## End(Not run)

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