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

Description Usage Arguments Value Examples

Description

Returns REST service commands for the Poloniex Trading API

Usage

1
2
## S4 method for signature '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

1
2
3
4
5
## Not run: 
poloniex.trading <- PoloniexTradingAPI(your.key, your.secret)
GetPoloniexTradingCommands(poloniex.trading)

## End(Not run)

VermeirJellen/PoloniexR documentation built on May 22, 2019, 12:41 p.m.