bt_getmarketsummaries: Summary of All Active Markets

View source: R/public-interface.r

bt_getmarketsummariesR Documentation

Summary of All Active Markets

Description

the bt_getmarketsummaries() retrieves a summary of all active markets on https://bittrex.com for the last 24 hours.

Usage

bt_getmarketsummaries()

Value

A named list with the following elements:

  • success: a boolean indicating whether the request was successful.

  • message: a string describing the error if the request was not successful, otherwise and empty string.

  • result: A data.frame with one row per market and, for each market: the market name, the high, the low, the volume, the last trade, the last trade price, the base currency volume, a time stamp for the last transaction, the current bid, the current ask, the number of open buy orders, the number of open sell orders, the the previous day close, and when the market was created.

References

https://bittrex.com/api/v1.1/public/getmarketsummaries

Examples

## Not run: 
ms <- bt_getmarketsummaries()$result
head(ms)

## End(Not run)

kaneplusplus/bittrex documentation built on July 6, 2022, 10:02 p.m.