Description Usage Arguments Value References See Also Examples
The getorderhistory
function retrieves order history
data on the C-Cex crypto-currency exchange https://c-cex.com. This
function can be used after you provide information for authentication.
1 | getorderhistory(market = NULL, count = NULL)
|
market |
(optional) the market on which you would like to see all open orders. If not specified, then completed orders for all markets are returned. |
count |
(optional) the number of records to return. |
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 data about
previously completed orders including the order uuid, the exchange
the time of the order, the order type, the limit, the quantity, the
quantity remaining, the commission, the price, the price per unit,
and whether or not it was a conditional trade.
https://c-cex.com/?id=api#getorderhistory
1 2 3 4 | ## Not run:
getorderhistory()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.