Given source and destination details, returns available transaction options with estimated duration and cost
Unique key to ensure request idempotency. If the same key is used within a certain time window, the original response will be returned instead of executing the request again.
Source and destination details for transaction estimate
Request for estimating transaction options based on source and destination.
Note that the schema for source and destination details will vary based on the account type (crypto, fiat_us, or fiat_iban) selected in the accountType field.
Account details for a cryptocurrency wallet.
Account details for a cryptocurrency wallet.
Amount to transfer as a decimal string.
"1000.00"
Currency code or asset symbol of the source. Required for crypto sources.
"USD"
Desired currency code or asset symbol at the destination. Used for currency conversion transactions.
"EUR"
Available transaction options with estimates
Response containing available transaction options with estimates.
Available transaction options.