SettlementQuoteParams
SIP Protocol API Reference v0.7.2
SIP Protocol API Reference / SettlementQuoteParams
Interface: SettlementQuoteParams
Section titled “Interface: SettlementQuoteParams”Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:4217
Parameters for requesting a quote
Properties
Section titled “Properties”fromChain
Section titled “fromChain”fromChain:
ChainId
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:4219
Source chain
toChain
Section titled “toChain”toChain:
ChainId
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:4221
Destination chain
fromToken
Section titled “fromToken”fromToken:
string
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:4223
Source token symbol
toToken
Section titled “toToken”toToken:
string
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:4225
Destination token symbol
amount
Section titled “amount”amount:
bigint
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:4227
Amount to swap (in smallest units)
privacyLevel
Section titled “privacyLevel”privacyLevel:
PrivacyLevel
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:4229
Privacy level
recipientMetaAddress?
Section titled “recipientMetaAddress?”
optionalrecipientMetaAddress:string|StealthMetaAddress
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:4231
Recipient’s stealth meta-address (for shielded/compliant modes)
senderAddress?
Section titled “senderAddress?”
optionalsenderAddress:string
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:4233
Sender’s address for refunds (for transparent mode or refunds)
slippageTolerance?
Section titled “slippageTolerance?”
optionalslippageTolerance:number
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:4235
Maximum acceptable slippage in basis points (100 = 1%)
deadline?
Section titled “deadline?”
optionaldeadline:number
Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:4237
Deadline for swap expiry (Unix timestamp in seconds)