Description Usage Arguments Value Examples
Returns 24-hour trading volumes for all available markets. Additionally, total trading volumes for the 5 primary currencies are also retrieved.
1 2 | ## S4 method for signature 'PoloniexPublicAPI'
Return24hVolume(theObject)
|
theObject |
The public client API object on which the function should be called |
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.
1 2 3 4 | poloniex.public <- PoloniexPublicAPI()
volume.info <- Return24hVolume(poloniex.public)
head(volume.info$volume.pairs)
volume.info$volume.totals
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.