List of the currencies supported by the API.

get_currencies(api_key = config::get("key"), parse_response = TRUE)

Arguments

api_key

API key

parse_response

Should we parse the response as a list?

Value

list of currencies

Examples

if (FALSE) { get_currencies() }