Learn R Programming

PoloniexR (version 0.0.1)

ReturnTicker: Returns the ticker for all markets

Description

Returns the ticker for all markets

Usage

ReturnTicker(theObject)

Arguments

theObject

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

Value

A dataframe containing ticker information Rows - Cryptocurrency Pairs Columns - id, last, lowestAsk, highestBid, percentChange baseVolume, quoteVolume, isFrozen, high24hr, low24hr

Examples

Run this code
# NOT RUN {
poloniex.public <- PoloniexPublicAPI()
GetPoloniexPublicURL(poloniex.public)
# }

Run the code above in your browser using DataLab