Skip to content

ProductionQuote

SIP Protocol API Reference v0.7.0


SIP Protocol API Reference / 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.

optional depositAddress: 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.


optional rawQuote: 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: string

Defined in: @sip-protocol/types/dist/index.d.ts:288

Quote identifier

Quote.quoteId


intentId: string

Defined in: @sip-protocol/types/dist/index.d.ts:290

Intent this quote is for

Quote.intentId


solverId: string

Defined in: @sip-protocol/types/dist/index.d.ts:292

Solver identifier

Quote.solverId


outputAmount: bigint

Defined in: @sip-protocol/types/dist/index.d.ts:294

Offered output amount

Quote.outputAmount


estimatedTime: number

Defined in: @sip-protocol/types/dist/index.d.ts:296

Estimated execution time (seconds)

Quote.estimatedTime


expiry: number

Defined in: @sip-protocol/types/dist/index.d.ts:298

Quote expiry timestamp

Quote.expiry


fee: bigint

Defined in: @sip-protocol/types/dist/index.d.ts:300

Solver’s fee (in output asset)

Quote.fee