ProductionQuote
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / ProductionQuote
Interface: ProductionQuote
Section titled “Interface: ProductionQuote”Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:2113
Extended quote with production-specific metadata
In production mode, quotes include deposit addresses and raw API responses from the NEAR 1Click API for advanced use cases.
Extends
Section titled “Extends”Properties
Section titled “Properties”depositAddress?
Section titled “depositAddress?”
optionaldepositAddress:string
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:2122
Deposit address for input tokens
When using NEAR Intents in production mode, users deposit funds to this address to initiate the swap.
Only present in production mode quotes.
rawQuote?
Section titled “rawQuote?”
optionalrawQuote:OneClickQuoteResponse
Defined in: @sip-protocol/sdk/dist/index-BYZbDjal.d.ts:2131
Raw response from NEAR 1Click API
Contains the complete quote data from the settlement backend. Useful for debugging or accessing provider-specific metadata.
Only present in production mode quotes.
quoteId
Section titled “quoteId”quoteId:
string
Defined in: @sip-protocol/types/dist/index.d.ts:288
Quote identifier
Inherited from
Section titled “Inherited from”intentId
Section titled “intentId”intentId:
string
Defined in: @sip-protocol/types/dist/index.d.ts:290
Intent this quote is for
Inherited from
Section titled “Inherited from”solverId
Section titled “solverId”solverId:
string
Defined in: @sip-protocol/types/dist/index.d.ts:292
Solver identifier
Inherited from
Section titled “Inherited from”outputAmount
Section titled “outputAmount”outputAmount:
bigint
Defined in: @sip-protocol/types/dist/index.d.ts:294
Offered output amount
Inherited from
Section titled “Inherited from”estimatedTime
Section titled “estimatedTime”estimatedTime:
number
Defined in: @sip-protocol/types/dist/index.d.ts:296
Estimated execution time (seconds)
Inherited from
Section titled “Inherited from”expiry
Section titled “expiry”expiry:
number
Defined in: @sip-protocol/types/dist/index.d.ts:298
Quote expiry timestamp
Inherited from
Section titled “Inherited from”fee:
bigint
Defined in: @sip-protocol/types/dist/index.d.ts:300
Solver’s fee (in output asset)