nomics_interval_markets: The market interval endpoint returns a summary of information...

Description Usage Arguments Value

Description

The market interval endpoint returns a summary of information about all markets (in USD) based in a given currency over a configurable time interval.

Usage

1
2
nomics_interval_markets(currency, hours = NULL, start = NULL,
  end = NULL)

Arguments

currency

(required) Nomics currency id to query information for

hours

(optional) Number of hours back to calculate date [1 ... 87600]. Default = 1

start

(optional) Start time of the interval (as POSIXct). If not provided, it is computed using the hours parameter.

end

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

Value

A list of markets with price and volume information for a currency.


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