getorderhistory: Recent Order History for an Account

Description Usage Arguments Value References See Also Examples

View source: R/ccex.r

Description

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.

Usage

1
getorderhistory(market = NULL, count = NULL)

Arguments

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.

Value

A named list with the following elements:

References

https://c-cex.com/?id=api#getorderhistory

See Also

ccex_authenticate

Examples

1
2
3
4
## Not run: 
getorderhistory()

## End(Not run)

kaneplusplus/ccex documentation built on May 20, 2019, 7:20 a.m.