Description Usage Arguments Value Examples
Setter for REST service URL for the Poloniex Trading API
1 | SetPoloniexTradingURL(theObject, trading.base.url)
|
theObject |
The Trading client API object on which the function should be called |
trading.base.url |
length-one character vector. Represents the REST service URL. |
theObject - a copy of the object with the modified trading.base.url slot
1 2 3 4 5 6 7 8 | ## Not run:
poloniex.trading <- PoloniexTradingAPI(your.key, your.secret,
trading.base.url = "https://not_working/trading?")
poloniex.trading <- SetPoloniexTradingURL(poloniex.trading,
trading.base.url = "https://poloniex.com/tradingApi?")
GetPoloniexTradingURL(poloniex.trading)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.