Return24hVolume: Returns 24-hour trading volumes for all available markets....

Description Usage Arguments Value Examples

Description

Returns 24-hour trading volumes for all available markets. Additionally, total trading volumes for the 5 primary currencies are also retrieved.

Usage

1
Return24hVolume(theObject)

Arguments

theObject

The public client API object on which the function should be called

Value

A list containing the 24 hour volume information. volume.pairs: A dataframe Rows - Cryptocurrency Trading Pairs. Every pair represents a market. Columns - Transacted trading volumes for a particular market. Volumes are expressed in both base currency units and quoted currency units. volume.totals: Total trading volumes of five primary currencies.

Examples

1
2
3
4
poloniex.public <- PoloniexPublicAPI()
volume.info <- Return24hVolume(poloniex.public)
head(volume.info$volume.pairs)
volume.info$volume.totals

PoloniexR documentation built on July 11, 2017, 1:02 a.m.