Skip to content

SettlementSwapResult

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / SettlementSwapResult

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7434

Swap execution result

swapId: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7436

Unique swap identifier


status: SwapStatus

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7438

Current status


quoteId: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7440

Quote ID


depositAddress: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7442

Deposit address


optional depositTxHash?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7444

Deposit transaction hash (after deposit)


optional settlementTxHash?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7446

Settlement transaction hash (after completion)


optional refundTxHash?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7448

Refund transaction hash (if refunded)


optional actualAmountOut?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7450

Actual output amount (after completion)


optional errorMessage?: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7452

Error message (if failed)


optional metadata?: Record<string, unknown>

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7454

Backend-specific metadata