Description Usage Arguments Value Examples
Returns REST service commands for the Poloniex Trading API
1 2 | ## S4 method for signature 'PoloniexTradingAPI'
GetPoloniexTradingCommands(theObject)
|
theObject |
The Trading 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 Trading API functions.
1 2 3 4 5 | ## Not run:
poloniex.trading <- PoloniexTradingAPI(your.key, your.secret)
GetPoloniexTradingCommands(poloniex.trading)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.