Description Usage Arguments Value References See Also Examples
The getopenorders function retrieves all open orders
on the C-Cex crypto-currency 
exchange https://c-cex.com. This function
can be used after you provide information for authentication.
1  | getopenorders(market = NULL)
 | 
market | 
 (optional) the market on which you would like to see all open orders. If not specified, then all open orders for all markets are returned.  | 
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 providing information about the 
open orders including (but not limited to) the market, quantity remaining
in the order, the type of order, and when the order was opened.
https://c-cex.com/?id=api#getorder
ccex_authenticate getorder
mytrades
1 2 3 4  | ## Not run: 
getopenorders("btc-usd")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.