Request for Quote
Retrieve a quote for currency conversion. The API will respond with a quote_id and the applicable
conversion rate. Note: The quote is valid for 5 seconds.
Authentication
AuthorizationBearer
OAuth 2.0 access token
Query parameters
fromCurrency
Source currency code
toCurrency
Destination currency code
amount
Amount to convert in source currency
Response
Successful response with quote
quoteId
Unique quote identifier (valid for 5 seconds)
fromCurrency
Source currency code
toCurrency
Destination currency code
fromAmount
Amount in source currency
toAmount
Amount in destination currency
rate
Conversion rate
expiresAt
Quote expiration timestamp