Description Usage Value References Examples
the getmarketsummaries retrieves a summary of all
active markets for the last 24 hours on the C-Cex crypto-currency exchange 
https://c-cex.com.
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 summarizing each active market's 
trading activity for the last 24 hours.
https://c-cex.com/?id=api#getmarketsummaries
1 2 3 4 5  | ## Not run: 
ms = getmarketsummaries()$result
head(ms)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.