SettlementQuoteParams
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / SettlementQuoteParams
Interface: SettlementQuoteParams
Section titled “Interface: SettlementQuoteParams”Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4154
Parameters for requesting a quote
Properties
Section titled “Properties”fromChain
Section titled “fromChain”fromChain:
ChainId
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4156
Source chain
toChain
Section titled “toChain”toChain:
ChainId
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4158
Destination chain
fromToken
Section titled “fromToken”fromToken:
string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4160
Source token symbol
toToken
Section titled “toToken”toToken:
string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4162
Destination token symbol
amount
Section titled “amount”amount:
bigint
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4164
Amount to swap (in smallest units)
privacyLevel
Section titled “privacyLevel”privacyLevel:
PrivacyLevel
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4166
Privacy level
recipientMetaAddress?
Section titled “recipientMetaAddress?”
optionalrecipientMetaAddress:string|StealthMetaAddress
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4168
Recipient’s stealth meta-address (for shielded/compliant modes)
senderAddress?
Section titled “senderAddress?”
optionalsenderAddress:string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4170
Sender’s address for refunds (for transparent mode or refunds)
slippageTolerance?
Section titled “slippageTolerance?”
optionalslippageTolerance:number
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4172
Maximum acceptable slippage in basis points (100 = 1%)
deadline?
Section titled “deadline?”
optionaldeadline:number
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:4174
Deadline for swap expiry (Unix timestamp in seconds)