Learn R Programming

PoloniexR (version 0.0.1)

GetPoloniexTradingCommands,PoloniexTradingAPI-method: Returns REST service commands for the Poloniex Trading API

Description

Returns REST service commands for the Poloniex Trading API

Usage

# S4 method for PoloniexTradingAPI
GetPoloniexTradingCommands(theObject)

Arguments

theObject

The Trading 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 Trading API functions.

Examples

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

Run the code above in your browser using DataLab