Create FX Quote
Foreign Exchange
Create FX Quote
Request a foreign exchange quote for currency conversion
POST
Create FX Quote
Path Parameters
The account’s external ID (starts with
acc_)Request Body
Currency to convert from (e.g., USD, EUR, USDC)
Currency to convert to (e.g., EUR, USD, USDT)
Amount to convert (decimal string, must be positive)
Whether the amount is in source or target currency:
source or targetResponse
FX quote identifier (starts with
fxq_)Always returns
"fx_quote"Account ID
Source currency code
Target currency code
Whether the amount is
source or targetSource currency amount (decimal)
Target currency amount (decimal)
All-in exchange rate including spread (decimal)
ISO 8601 timestamp when quote expires
ISO 8601 timestamp when quote was executed (null if not yet executed)
ISO 8601 timestamp when created
ISO 8601 timestamp when last updated