Quote

FieldTypeDescription
quote_idstringThe unique identifier for the quote.
from_currencystringThe source currency code (e.g., USD, EUR).
to_currencystringThe target currency code (e.g., USD, EUR).
requested_amountfloatThe amount of the source currency to be exchanged.
exchange_ratefloatThe exchange rate offered in the quote.The actual exchange rate may vary slightly due to the rates provided by the exchange channel. We strive to offer the best possible rate, and any differences will be minimal.
gross_amountfloatThe total amount before fees in the target currency.
feefloatThe transaction fee amount.
net_amountfloatThe amount after deducting fees in the target currency.
valid_untildatetimeThe expiration time of the quote.

Exchange Order

FieldTypeDescription
idstringThe unique identifier for the exchange transaction.
quote_idstringThe identifier for the associated quote.
from_currencystringThe source currency code (e.g., USD, EUR).
to_currencystringThe target currency code (e.g., USD, EUR).
exchange_amountdecimalThe amount of the source currency to be exchanged.
exchange_ratefloat?The estimated exchange rate offered. The actual rate may vary slightly due to channel rates.
gross_amountfloat?The estimated gross amount in the target currency before fees.
feefloat?The estimated transaction fee.
net_amountfloat?The net amount in the target currency after deducting fees.
statusstringThe current status of the exchange transaction (e.g., pending, completed, failed).
create_timeDateTimeThe creation time of the exchange transaction.