Skip to main content
POST
Create FX Quote

Path Parameters

string
required
The account’s external ID (starts with acc_)

Request Body

string
required
Currency to convert from (e.g., USD, EUR, USDC)
string
required
Currency to convert to (e.g., EUR, USD, USDT)
string
required
Amount to convert (decimal string, must be positive)
string
required
Whether the amount is in source or target currency: source or target

Response

string
FX quote identifier (starts with fxq_)
string
Always returns "fx_quote"
string
Account ID
string
Source currency code
string
Target currency code
string
Whether the amount is source or target
string
Source currency amount (decimal)
string
Target currency amount (decimal)
string
All-in exchange rate including spread (decimal)
string
ISO 8601 timestamp when quote expires
string
ISO 8601 timestamp when quote was executed (null if not yet executed)
string
ISO 8601 timestamp when created
string
ISO 8601 timestamp when last updated

Response Example