cURL
curl --request GET \ --url https://api.etherfuse.com/lookup/exchange_rate/usd_to_{currency}
{ "rate": "17.15", "updated_at": 1709510400, "sources": { "provider_1": { "rate": "17.15", "updated_at": 1709510400 } } }
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
The USD to currency exchange rate
Unix timestamp of when this rate was last updated
Per-provider exchange rate data
Show child attributes