Learn R Programming

PoloniexR (version 0.0.1)

GetPoloniexTradingURL: Returns REST service URL for the Poloniex Trading API

Description

Returns REST service URL for the Poloniex Trading API

Usage

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

Run this code
# NOT RUN {
poloniex.trading <- PoloniexTradingAPI(your.key, your.secret)
GetPoloniexTradingURL(poloniex.trading)
# }

Run the code above in your browser using DataLab