nomics_candles: Exchange candles endpoint

Description Usage Arguments Value

Description

returns raw open, close, high, low, and volume information for Nomics Markets. The data is not aggregated, therefore prices are in the quote currency of the market and volume is in the base currency of the market.

Usage

1
2
nomics_candles(interval = "1d", exchange, market, start = NULL,
  end = NULL)

Arguments

interval

(optional) Time interval of the candle ('1d' or '1h'). Default is '1d'.

exchange

Exchange ID

market

Market ID

start

(optional) Start time of the interval in POSIXct format. If not provided, starts from first candle.

end

(optional) End time of the interval in POSIXct format. If not provided, the current time is used.

Value

A list of candles


SovereignNode/cryptor documentation built on May 13, 2019, 11:55 p.m.