Amount in source account currency.
Epoch timestamp when transaction was confirmed or null if not yet confirmed.
Exchange fee in target account currency, calculated as amount X exchangeRate X exchangeFeeRate
.
See ExchangeSetting.
Exchange rate used.
Exchange rates at the time exchange was made. This can be used to display amounts in local currency to the user.
Exchange settings used.
Source Account identifier.
Currency from which exchange was made.
Identifier
Exchange nonce or null. Used to prevent double spend.
Outgoing transaction fee.
Outgoing Transaction identifier.
Amount that user receives in target account currency, calculated as amount X exchangeRate X (1 - feeRate) - returnTransactionFee
.
See ExchangeSetting.
Return Transaction fee.
Return Transaction identifier.
Exchange status.
Epoch timestamp when transaction was submitted.
Alias of submittedAt timestamp. Provided for convenience to match Transaction record structure.
Target Account identifier.
Currency to which exchange was made.
Generated using TypeDoc
Exchange details.