We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba85466 commit 8a83d43Copy full SHA for 8a83d43
src/methods/quote/getQuote.ts
@@ -29,6 +29,8 @@ export type QuoteParams<M extends TradeMode = TradeMode> = {
29
userAddress?: string;
30
/** @description Partner string */
31
partner?: string;
32
+ /** @description Used together with `partner` if provided. Represented in basis points, 50bps=0.5% */
33
+ partnerFeeBps?: number;
34
/** @description Maximum price impact (in percentage) acceptable for the trade */
35
maxImpact?: number;
36
/** @description Maximum price impact (in USD) acceptable for the trade */
0 commit comments