Retrieves the current exchange rate for converting USD to EUR (USDC to EURC).
This endpoint provides real-time exchange rate information for stablecoin conversions:
The rates are updated in real-time and reflect current market conditions.
Your secret API key. Keep this secure and never expose it in client-side code.
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"