GetPoloniexTradingURL-PoloniexTradingAPI-method: Returns REST service URL for the Poloniex Trading API

Description Usage Arguments Value Examples

Description

Returns REST service URL for the Poloniex Trading API

Usage

1
2
## S4 method for signature 'PoloniexTradingAPI'
GetPoloniexTradingURL(theObject)

Arguments

theObject

The object on which the function should be called

Value

trading.base.url - a length-one character vector. Represents the Poloniex Trading API service base url.

Examples

1
2
3
4
5
## Not run: 
poloniex.trading <- PoloniexTradingAPI(your.key, your.secret)
GetPoloniexTradingURL(poloniex.trading)

## End(Not run)

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