View source: R/get_currencies.R
get_currencies | R Documentation |
wrapper around https://api.originstamp.com/swagger/swagger-ui.html#/scheduler/getActiveCurrencies. The function downloads information about the currencies.
get_currencies(error_on_fail = TRUE, url = api_url(), key = api_key())
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 |
key |
the api key. The default is to use the key as returned by the function |
object of class OriginStampResponse
.
## Not run: # Retrieve complete merkle tree proof get_currencies() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.