getmarkethistory: Recent History for a Market

Description Usage Arguments Value References Examples

View source: R/ccex.r

Description

the getmarkethistory function retrieves recent trade information for a specified market on the C-Cex crypto-currency exchange https://c-cex.com.

Usage

1
getmarkethistory(market, count = 50)

Arguments

market

the market from which history data will be retrieved.

count

the number of recent trades to retrieve (default is 50, max is 100).

Value

A named list with the following elements:

References

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

Examples

1
2
3
4
5
## Not run: 
mh = getmarkethistory("usd-btc")$result
head(mh)

## End(Not run)

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