Skip to content

SettlementSwapResult

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / SettlementSwapResult

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7361

Swap execution result

swapId: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7363

Unique swap identifier


status: SwapStatus

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7365

Current status


quoteId: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7367

Quote ID


depositAddress: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7369

Deposit address


optional depositTxHash: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7371

Deposit transaction hash (after deposit)


optional settlementTxHash: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7373

Settlement transaction hash (after completion)


optional refundTxHash: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7375

Refund transaction hash (if refunded)


optional actualAmountOut: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7377

Actual output amount (after completion)


optional errorMessage: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7379

Error message (if failed)


optional metadata: Record<string, unknown>

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:7381

Backend-specific metadata