Skip to content

SwapStatusResponse

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / SwapStatusResponse

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

Swap status response

swapId: string

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

Unique swap identifier


status: SwapStatus

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

Current status


quoteId: string

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

Quote ID


depositAddress: string

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

Deposit address


amountIn: string

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

Expected input amount


amountOut: string

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

Expected output amount


optional depositTxHash?: string

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

Deposit transaction hash (after deposit)


optional settlementTxHash?: string

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

Settlement transaction hash (after completion)


optional refundTxHash?: string

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

Refund transaction hash (if refunded)


optional actualAmountOut?: string

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

Actual output amount (after completion)


optional errorMessage?: string

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

Error message (if failed)


optional stealthRecipient?: string

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

Stealth address for recipient (if privacy mode)


optional ephemeralPublicKey?: string

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

Ephemeral public key (for recipient to derive stealth key)


updatedAt: number

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

Last updated timestamp


optional metadata?: Record<string, unknown>

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

Backend-specific metadata