Description Usage Arguments Value Examples
Returns REST service commands for the Poloniex Public API
1 2 | ## S4 method for signature 'PoloniexPublicAPI'
GetPoloniexPublicCommands(theObject)
|
theObject |
The public client API object on which the function should be called |
commands - a list with Key/value string pairs Represents the command strings for the respective public API functions.
1 2 | poloniex.public <- PoloniexPublicAPI()
GetPoloniexPublicCommands(poloniex.public)
|
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
$returnTicker
[1] "returnTicker"
$return24hVolume
[1] "return24hVolume"
$returnOrderBook
[1] "returnOrderBook"
$returnTradeHistory
[1] "returnTradeHistory"
$returnChartData
[1] "returnChartData"
$returnCurrencies
[1] "returnCurrencies"
$returnLoanOrders
[1] "returnLoanOrders"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.