ReturnTicker-PoloniexPublicAPI-method: Returns the ticker for all markets

Description Usage Arguments Value Examples

Description

Returns the ticker for all markets

Usage

1
2
## S4 method for signature 'PoloniexPublicAPI'
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

1
2
poloniex.public <- PoloniexPublicAPI()
GetPoloniexPublicURL(poloniex.public)

Example output

Poloniex API wrapper - Provided by Essential Data Science Consulting ltd.
  Author      - Jellen Vermeir (jellenvermeir@essentialquant.com)
  Github      - https://github.com/VermeirJellen/PoloniexR
  Examples    - http://EssentialQuant.com/blog/PoloniexR
BTC Donations - 1QHtZLZ15Cmj4FPr5h5exDjYciBDhh7mzA
[1] "https://poloniex.com/public?"

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