Skip to content

Commit

Permalink
Update becomeQuoter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akarys92 authored Sep 28, 2023
1 parent 01c5022 commit af3a73b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/contracts/uniswapx/guides/becomeQuoter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand All @@ -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**

Expand Down

0 comments on commit af3a73b

Please sign in to comment.