Skip to content

Commit 8a83d43

Browse files
committed
add QuoteParams.partnerFeeBps
1 parent ba85466 commit 8a83d43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/methods/quote/getQuote.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ export type QuoteParams<M extends TradeMode = TradeMode> = {
2929
userAddress?: string;
3030
/** @description Partner string */
3131
partner?: string;
32+
/** @description Used together with `partner` if provided. Represented in basis points, 50bps=0.5% */
33+
partnerFeeBps?: number;
3234
/** @description Maximum price impact (in percentage) acceptable for the trade */
3335
maxImpact?: number;
3436
/** @description Maximum price impact (in USD) acceptable for the trade */

0 commit comments

Comments
 (0)