get_currencies: Get the active currencies

View source: R/get_currencies.R

get_currenciesR Documentation

Get the active currencies

Description

wrapper around https://api.originstamp.com/swagger/swagger-ui.html#/scheduler/getActiveCurrencies. The function downloads information about the currencies.

Usage

get_currencies(error_on_fail = TRUE, url = api_url(), key = api_key())

Arguments

error_on_fail

if TRUE, raise error when api call fails, otherwise return the failed response.

url

the url of the api. The default is to use the url as returned by the function api_url()

key

the api key. The default is to use the key as returned by the function api_key()

Value

object of class OriginStampResponse.

Examples


## Not run: 
# Retrieve complete merkle tree proof
get_currencies()

## End(Not run)

rkrug/ROriginStamp documentation built on Aug. 16, 2022, 5:45 p.m.