The currency to search for
Optional
The options
The fields to keep in the response
The matching countries
Search among the countries by their currency
const countries = await searchByCurrency('usd');const countries = await searchByCurrency('euro', { fields: ['name', 'capital'] }); Copy
const countries = await searchByCurrency('usd');const countries = await searchByCurrency('euro', { fields: ['name', 'capital'] });
The currency to search for