Options for executing a swap quote.

interface ExecuteSwapQuoteOptions {
    idempotencyKey?: string;
}

Properties

Properties

idempotencyKey?: string

Optional idempotency key for the request.