Interface to the Poloniex Cryptocurrency Trading API


[Up] [Top]

Documentation for package ‘PoloniexR’ version 0.0.1

Help Pages

PoloniexR-package R wrapper for the Poloniex Public and Trading API.
GetPoloniexPublicCommands Returns REST service commands for the Poloniex Public API
GetPoloniexPublicCommands-method Returns REST service commands for the Poloniex Public API
GetPoloniexPublicURL Returns REST service URL for the Poloniex Public API
GetPoloniexPublicURL-method Returns REST service URL for the Poloniex Public API
GetPoloniexTradingCommands Returns REST service commands for the Poloniex Trading API
GetPoloniexTradingCommands-method Returns REST service commands for the Poloniex Trading API
GetPoloniexTradingURL Returns REST service URL for the Poloniex Trading API
GetPoloniexTradingURL-method Returns REST service URL for the Poloniex Trading API
PoloniexPublicAPI An S4 class representing the Poloniex Public API
PoloniexPublicAPI-class An S4 class representing the Poloniex Public API
PoloniexR R wrapper for the Poloniex Public and Trading API.
PoloniexTradingAPI An S4 class representing the Poloniex Trading API.
PoloniexTradingAPI-class An S4 class representing the Poloniex Trading API.
ProcessTradingRequest Process a trading request.
ProcessTradingRequest-method Process a trading request.
Return24hVolume Returns 24-hour trading volumes for all available markets. Additionally, total trading volumes for the 5 primary currencies are also retrieved.
Return24hVolume-method Returns 24-hour trading volumes for all available markets. Additionally, total trading volumes for the 5 primary currencies are also retrieved.
ReturnBalances Returns all the available non-zero balances associated with this account.
ReturnBalances-method Returns all the available non-zero balances associated with this account.
ReturnChartData Fetch OHLC and volume timeseries data for a specific market. The caller must specify a date range interval and datafrequency for the requested timeseries.
ReturnChartData-method Fetch OHLC and volume timeseries data for a specific market. The caller must specify a date range interval and datafrequency for the requested timeseries.
ReturnCompleteBalances Returns all of your account balances, including available balance, balance on orders, and the estimated BTC value of your balance. By default, this call is limited to your exchange account; set the all.balances input parameter to TRUE to include your margin and lending accounts.
ReturnCompleteBalances-method Returns all of your account balances, including available balance, balance on orders, and the estimated BTC value of your balance. By default, this call is limited to your exchange account; set the all.balances input parameter to TRUE to include your margin and lending accounts.
ReturnCurrencies Returns information about currencies
ReturnCurrencies-method Returns information about currencies
ReturnLoanOrders Returns a list of loan offers and demands for a given currency.
ReturnLoanOrders-method Returns a list of loan offers and demands for a given currency.
ReturnOrderBook Returns the order book for a given market, as well as a sequence number for use with the Push API and an indicator specifying whether the market is frozen.
ReturnOrderBook-method Returns the order book for a given market, as well as a sequence number for use with the Push API and an indicator specifying whether the market is frozen.
ReturnTicker Returns the ticker for all markets
ReturnTicker-method Returns the ticker for all markets
ReturnTradeHistory Returns the past 200 trades for a given market, or up to 50,000 trades inside a specified input date range interval.
ReturnTradeHistory-method Returns the past 200 trades for a given market, or up to 50,000 trades inside a specified input date range interval.
SetPoloniexPublicCommands Setter for REST service commands for the Poloniex public API.
SetPoloniexPublicCommands-method Setter for REST service commands for the Poloniex public API.
SetPoloniexPublicURL Setter for REST service URL for the Poloniex public API
SetPoloniexPublicURL-method Setter for REST service URL for the Poloniex public API
SetPoloniexTradingCommands Setter for REST service commands for the Poloniex Trading API.
SetPoloniexTradingCommands-method Setter for REST service commands for the Poloniex Trading API.
SetPoloniexTradingURL Setter for REST service URL for the Poloniex Trading API
SetPoloniexTradingURL-method Setter for REST service URL for the Poloniex Trading API