cURL
curl --request GET \ --url https://api.etherfuse.com/lookup/exchange_rate/usd_to_{currency}
{ "usd_to_mxn": "17.15" }
Returns the current USD to specified currency exchange rate. This endpoint is public and does not require authentication.
The target currency code (e.g., "mxn", "brl", "eur")
Exchange rate retrieved successfully