Description Usage Arguments Value References See Also Examples
The cancel
function cancels an open order on the
C-Cex crypto-currency exchange https://c-cex.com. This function
is called after providing information to authenticate your account and
after an order is placed using either
the link{buylimit}
or link{selllimit}
functions.
1 | cancel(uuid)
|
uuid |
the uuid of the order you would like to cancel. |
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: always NULL
https://c-cex.com/?id=api#cancel
1 2 3 4 | ## Not run:
cancel(uuid)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.