Skip to main content
POST
Execute FX Quote

Path Parameters

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

Response

id
string
FX trade identifier (starts with fxt_)
object
string
Always returns "fx_trade"
account_id
string
Account ID
quote_id
string
FX quote ID
source_currency
string
Source currency code
target_currency
string
Target currency code
amount_type
string
Whether the amount is source or target
source_amount
string
Source currency amount (decimal)
target_amount
string
Target currency amount (decimal)
all_in_rate
string
All-in exchange rate (decimal)
status
string
Trade status: pending, completed, or failed
trade_type
string
Type of trade (e.g., market)
executed_at
string
ISO 8601 timestamp when trade was executed
note
string
Optional note
created
string
ISO 8601 timestamp when created
updated
string
ISO 8601 timestamp when last updated

Response Example