cURL
curl --request GET \ --url https://api.etherfuse.com/lookup/exchange_rate
{ "exchange_rates": { "usd_to_mxn": "17.15", "usd_to_brl": "4.97", "usd_to_eur": "0.92" } }
Returns current USD exchange rates for all supported currencies. This endpoint is public and does not require authentication.
Exchange rates retrieved successfully
Map of currency pairs to exchange rates
Show child attributes