Description Usage Arguments Value Examples
Returns REST service URL for the Poloniex Trading API
1 | GetPoloniexTradingURL(theObject)
|
theObject |
The object on which the function should be called |
trading.base.url - a length-one character vector. Represents the Poloniex Trading API service base url.
1 2 3 4 5 | ## Not run:
poloniex.trading <- PoloniexTradingAPI(your.key, your.secret)
GetPoloniexTradingURL(poloniex.trading)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.