Airwallex · Example Payload

Airwallex Fx Quote Example

Cross-Border PaymentsFinTechForeign ExchangePaymentsGlobalEmbedded FinanceMulti-Currency

Airwallex Fx Quote Example is an example object payload from Airwallex, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

quote_idfrom_currencyto_currencyratefrom_amountto_amountexpires_atcreated_at

Example Payload

airwallex-fx-quote-example.json Raw ↑
{
  "quote_id": "abc123def456",
  "from_currency": "USD",
  "to_currency": "USD",
  "rate": 0.9205,
  "from_amount": 100.0,
  "to_amount": 100.0,
  "expires_at": "2026-04-19T10:30:00Z",
  "created_at": "2026-04-19T10:30:00Z"
}