mytrades: Detailed Trading History for a Market

Description Usage Arguments Value See Also Examples

View source: R/ccex.r

Description

The mytrades function retrieves a detailed trading history for a specified market on the C-Cex crypto-currency exchange https://c-cex.com. This function can be used after you provide information for authentication.

Usage

1
mytrades(market, limit = 3)

Arguments

market

the market on which you would like to see the history data.

limit

(optional) the number of records to return.

Value

A named list with the following elements:

See Also

ccex_authenticate getorderhistory

Examples

1
2
3
4
## Not run: 
mytrades("btc-usd")

## End(Not run)

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