Skip to main content
Helpful?

QuoteOptions

@uniswap/v3-sdk / Exports / QuoteOptions

Interface: QuoteOptions

Optional arguments to send to the quoter.

Table of contents

Properties

Properties

sqrtPriceLimitX96

Optional sqrtPriceLimitX96: BigintIsh

The optional price limit for the trade.

Defined in

quoter.ts:17


useQuoterV2

Optional useQuoterV2: boolean

The optional quoter interface to use

Defined in

quoter.ts:22

Helpful?