Skip to main content
GET
/
lookup
/
exchange_rate
Get all exchange rates
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"
  }
}

Response

200 - application/json

Exchange rates retrieved successfully

exchange_rates
object

Map of currency pairs to exchange rates