Description Usage Arguments Value Examples
Returns a list of loan offers and demands for a given currency.
1 | ReturnLoanOrders(theObject, currency = "BTC")
|
theObject |
The object on which the function should be called |
currency |
- a length-one character vector Represents the currency for which loan information should be fetched. |
A list containing two items. Each item is a dataframe containing the actual loan offers or demands information. eg list$offers / list$demands - rows: offers / demand "order book" entries. - columns: rate, amount, min.days, max.days
1 2 3 | poloniex.public <- PoloniexPublicAPI()
currency <- "BTC"
loan.orders <- ReturnLoanOrders(poloniex.public)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.