Currencies
List and inspect the currencies this instance has data for.
List all available currencies
GET
/v2/currencies
curl https://api.currency.uwuapps.org/v2/currencies
Include legacy/retired currencies
curl https://api.currency.uwuapps.org/v2/currencies?scope=all
Details for one currency
GET
/v2/currency/{code}
curl https://api.currency.uwuapps.org/v2/currency/EUR
Returns the currency's name, symbol, earliest available start_date, and which
providers cover it.