volume: Volume of Trades for a Currency

Description Usage Arguments Value References Examples

View source: R/ccex.r

Description

The volume functions returns the online volume reported for last 24 hours for all markets on the C-Cex crypto-currency exchange (https://c-cex.com) in which the specified currency is traded.

Usage

1
volume(ticker)

Arguments

ticker

the currency ticker to retrieve volume for.

Value

A named list with the following elements:

References

https://c-cex.com/?id=api#volume_[COIN%20MARKET].json

Examples

1
2
3
4
5
## Not run: 
btc_vol = volume("btc")$result
head(btc_vol)

## End(Not run)

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