Execute a quote that was created earlier through POST /quotes after any optional readback through GET /quotes//current or GET /quotes/. The public execute contract is body-less, can include an optional Idempotency-Key, and returns the bounded execution acceptance result linked by public transactionId.
Integration-key Basic Auth (clientId:clientSecret) as documented in docs/public/AUTHENTICATION.md.
Optional idempotency key for safe client retries of this execution action.
Quote identifier returned by quote creation and quote readback flows and used to execute that quote.
Quote execution accepted.
Public transaction-first quote-execute response returned after the public quote execution action is accepted.
Quote identifier for the executed quote.
Public transaction identifier created or reused for this execution and used on the transaction routes.
Current top-level execution status.
PENDING, PROCESSING, COMPLETED, FAILED RFC 3339 timestamp when the execution acceptance record was created.
RFC 3339 timestamp when the executed quote window expires.
Source account snapshot used for this execution.
Destination snapshot used for this execution.
Sending currency for the executed quote.
Receiving currency for the executed quote.
Total sender-side amount in minor units for this execution.
Total receiver-side amount in minor units for this execution.
Execution exchange rate applied to the quote.
Whether the execution totals already include fees.