Skip to content

SettlementQuote

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / SettlementQuote

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

Quote response

quoteId: string

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

Unique quote identifier


amountIn: string

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

Expected input amount (in smallest units)


amountOut: string

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

Expected output amount (in smallest units)


minAmountOut: string

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

Minimum output amount after slippage (in smallest units)


optional priceImpact?: number

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

Estimated price impact in basis points


fees: object

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

Estimated fees (network + protocol)

networkFee: string

Network gas fees (in native token)

protocolFee: string

Protocol/solver fees (in output token)

optional totalFeeUSD?: string

Total fees in USD (optional)


depositAddress: string

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

Deposit address for input tokens


recipientAddress: string

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

Recipient address (stealth address if privacy mode)


optional refundAddress?: string

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

Refund address (if deposit fails or expires)


expiresAt: number

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

Quote expiration timestamp


optional estimatedTime?: number

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

Expected execution time in seconds


optional route?: SettlementSwapRoute

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

Swap route details (optional, for transparency)


optional metadata?: Record<string, unknown>

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

Backend-specific metadata