Description Usage Arguments Value Examples
Setter for REST service commands for the Poloniex public API.
1 | SetPoloniexPublicCommands(theObject, commands)
|
theObject |
The public 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 public API functions. |
theObject - a copy of the object with the modified command slot
1 2 3 4 5 6 7 | poloniex.public <- PoloniexPublicAPI()
GetPoloniexPublicCommands(poloniex.public)
commands.new <- list(returnTicker = "returnTicker.new",
return24hVolume = "return24hVolume.new")
poloniex.public <- SetPoloniexPublicCommands(poloniex.public,
commands = commands.new)
GetPoloniexPublicCommands(poloniex.public)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.