Get USD to EUR exchange rate
Retrieves the current exchange rate for converting USD to EUR (USDC to EURC).
This endpoint provides real-time exchange rate information for stablecoin conversions:
- Mid-market rate for reference pricing
- Buy rate for actual conversion calculations
- Sell rate for reverse conversion scenarios
Use Cases
- Display current exchange rates in dashboards
- Calculate conversion amounts for USDC to EURC transfers
- Financial reporting and analytics
- Real-time pricing for multi-currency operations
Rate Information
- Mid-market rate: The theoretical middle rate between buy and sell
- Buy rate: Rate used when converting FROM USD TO EUR (what you get)
- Sell rate: Rate used when converting FROM EUR TO USD (what you pay)
The rates are updated in real-time and reflect current market conditions.
Authorizations
Your secret API key. Keep this secure and never expose it in client-side code.
Response
Exchange rate retrieved successfully
Source currency code (USD for USDC)
"usd"
Target currency code (EUR for EURC)
"eur"
Mid-market exchange rate from source to target currency
"0.85000"
Rate for buying target currency (what you get when converting from source to target)
"0.84500"
Rate for selling target currency (what you pay when converting from target to source)
"0.85500"
Timestamp when the exchange rate was last updated
"2024-01-15T10:30:00Z"
