powered by
Returns the ticker for all markets
# S4 method for PoloniexPublicAPI ReturnTicker(theObject)
The public client API object on which the function should be called
A dataframe containing ticker information Rows - Cryptocurrency Pairs Columns - id, last, lowestAsk, highestBid, percentChange baseVolume, quoteVolume, isFrozen, high24hr, low24hr
# NOT RUN { poloniex.public <- PoloniexPublicAPI() GetPoloniexPublicURL(poloniex.public) # }
Run the code above in your browser using DataLab