SettlementQuoteParams
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / SettlementQuoteParams
Interface: SettlementQuoteParams
Section titled “Interface: SettlementQuoteParams”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7336
Parameters for requesting a quote
Properties
Section titled “Properties”fromChain
Section titled “fromChain”fromChain:
ChainId
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7338
Source chain
toChain
Section titled “toChain”toChain:
ChainId
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7340
Destination chain
fromToken
Section titled “fromToken”fromToken:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7342
Source token symbol
toToken
Section titled “toToken”toToken:
string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7344
Destination token symbol
amount
Section titled “amount”amount:
bigint
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7346
Amount to swap (in smallest units)
privacyLevel
Section titled “privacyLevel”privacyLevel:
PrivacyLevel
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7348
Privacy level
recipientMetaAddress?
Section titled “recipientMetaAddress?”
optionalrecipientMetaAddress?:string|StealthMetaAddress
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7350
Recipient’s stealth meta-address (for shielded/compliant modes)
senderAddress?
Section titled “senderAddress?”
optionalsenderAddress?:string
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7352
Sender’s address for refunds (for transparent mode or refunds)
slippageTolerance?
Section titled “slippageTolerance?”
optionalslippageTolerance?:number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7354
Maximum acceptable slippage in basis points (100 = 1%)
deadline?
Section titled “deadline?”
optionaldeadline?:number
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:7356
Deadline for swap expiry (Unix timestamp in seconds)