GetPoloniexTradingCommands: 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

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)

PoloniexR documentation built on July 11, 2017, 1:02 a.m.