Skip to main content
POST
Execute FX Quote

Path Parameters

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

Response

string
FX trade identifier (starts with fxt_)
string
Always returns "fx_trade"
string
Account ID
string
FX quote 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 (decimal)
string
Trade status: pending, completed, or failed
string
Type of trade (e.g., market)
string
ISO 8601 timestamp when trade was executed
string
Optional note
string
ISO 8601 timestamp when created
string
ISO 8601 timestamp when last updated

Response Example