Skip to content

SwapStatusResponse

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / SwapStatusResponse

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

Swap status response

swapId: string

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

Unique swap identifier


status: SwapStatus

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

Current status


quoteId: string

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

Quote ID


depositAddress: string

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

Deposit address


amountIn: string

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

Expected input amount


amountOut: string

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

Expected output amount


optional depositTxHash: string

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

Deposit transaction hash (after deposit)


optional settlementTxHash: string

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

Settlement transaction hash (after completion)


optional refundTxHash: string

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

Refund transaction hash (if refunded)


optional actualAmountOut: string

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

Actual output amount (after completion)


optional errorMessage: string

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

Error message (if failed)


optional stealthRecipient: string

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

Stealth address for recipient (if privacy mode)


optional ephemeralPublicKey: string

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

Ephemeral public key (for recipient to derive stealth key)


updatedAt: number

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

Last updated timestamp


optional metadata: Record<string, unknown>

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

Backend-specific metadata