From af3a73b0cc775972c62a13cc77b5369415fd6823 Mon Sep 17 00:00:00 2001 From: Alex Karys Date: Thu, 28 Sep 2023 12:07:36 -0400 Subject: [PATCH] Update becomeQuoter.md --- docs/contracts/uniswapx/guides/becomeQuoter.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/contracts/uniswapx/guides/becomeQuoter.md b/docs/contracts/uniswapx/guides/becomeQuoter.md index fedf9d69d..d0bdb044a 100644 --- a/docs/contracts/uniswapx/guides/becomeQuoter.md +++ b/docs/contracts/uniswapx/guides/becomeQuoter.md @@ -53,7 +53,8 @@ Response (status 200 - OK): requestId: "string uuid - a unique identifier for this quote request", swapper: "string address - The swapper’s EOA address that will sign the order", tokenIn: "string address - The ERC20 token that the swapper will provide", - tokenOut: "string address - The ERC20 token that the swapper will receive" + tokenOut: "string address - The ERC20 token that the swapper will receive", + quoteId: "string uuid - a unique identifier for the quote an integrator is sending back" } ``` @@ -65,7 +66,7 @@ Signed open orders can always be fetched via the UniswapX API, but to provide im **Filter** -Orders can be filtered by various fields, but most relevant here is `filler`. When registering your webhook notification endpoint, you must provide the `filler` address that you plan to use to execute orders and to receive the last-look exclusivity period. +Orders can be filtered by various fields, but most relevant here is `filler`. When registering your webhook notification endpoint, we recommend you provide the `filler` address that you plan to use to execute orders and to receive the last-look exclusivity period. Alternatively the webhook can be configured to send all open orders to your endpoint. **Notification**