Get FX quote with amount conversion
Generate a foreign exchange quote for a specific amount and currency pair. The quote includes the exchange rate, source amount, converted amount, and quote expiration time. Quotes are typically valid for a limited time (check expiresAt field).
Authorizations
Enter Auth0 JWT token
Query Parameters
Source currency code (ISO 4217)
"GBP"
Target currency code (ISO 4217)
"EUR"
Client/workspace ID for client-specific rates (optional, UUID format)
"123e4567-e89b-12d3-a456-426614174000"
Amount to convert in source currency
x >= 01000
Response
FX quote generated successfully with converted amount
Quote expiration timestamp
"2025-10-30T12:00:00Z"
From amount
"100.00"
Source currency
"EUR"
Exchange rate used
"1760.01"
Rate ID used for this quote
"123e4567-e89b-12d3-a456-426614174000"
To amount
"176001.00"
Target currency
"NGN"