Airwallex · Schema

FxQuote

An Airwallex foreign exchange rate quote for currency conversion.

Cross-Border PaymentsFinTechForeign ExchangePaymentsGlobalEmbedded FinanceMulti-Currency

Properties

Name Type Description
quote_id string Unique quote identifier.
from_currency string Source currency ISO 4217 code.
to_currency string Target currency ISO 4217 code.
rate number Quoted exchange rate (from_currency to to_currency).
from_amount number Source amount to convert.
to_amount number Target amount after conversion.
expires_at string Timestamp when the quote expires.
created_at string Quote creation timestamp.
View JSON Schema on GitHub