Skip to content

SettlementQuoteParams

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / SettlementQuoteParams

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

Parameters for requesting a quote

fromChain: ChainId

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

Source chain


toChain: ChainId

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

Destination chain


fromToken: string

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

Source token symbol


toToken: string

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

Destination token symbol


amount: bigint

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

Amount to swap (in smallest units)


privacyLevel: PrivacyLevel

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

Privacy level


optional recipientMetaAddress?: string | StealthMetaAddress

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

Recipient’s stealth meta-address (for shielded/compliant modes)


optional senderAddress?: string

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

Sender’s address for refunds (for transparent mode or refunds)


optional slippageTolerance?: number

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

Maximum acceptable slippage in basis points (100 = 1%)


optional deadline?: number

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

Deadline for swap expiry (Unix timestamp in seconds)