Description Usage Value References Examples
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.
1 |
A named list with the following elements:
success: a boolean indicating if the request successful?
message: a string describing the error if the request was not successful, otherwise and empty string."
result: A data.frame
with the currencies, market names,
whether or not the market is active, and when the market was created
https://c-cex.com/?id=api#getmarkets
1 2 3 4 5 | ## Not run:
markets = getmarkets()$result
head(markets)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.