Learn R Programming

PoloniexR (version 0.0.1)

GetPoloniexPublicCommands: Returns REST service commands for the Poloniex Public API

Description

Returns REST service commands for the Poloniex Public API

Usage

GetPoloniexPublicCommands(theObject)

Arguments

theObject

The public client API object on which the function should be called

Value

commands - a list with Key/value string pairs Represents the command strings for the respective public API functions.

Examples

Run this code
# NOT RUN {
poloniex.public <- PoloniexPublicAPI()
GetPoloniexPublicCommands(poloniex.public)
# }

Run the code above in your browser using DataLab