Skip to content

Commit

Permalink
Provide IP for Webhooks (Uniswap#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarys92 authored Jul 5, 2024
1 parent 8d6d73c commit 19585ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contracts/uniswapx/guides/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Signed open orders can always be fetched via the UniswapX API, but to provide im

## Notifications

Order notifications will be sent to the registered endpoint as http requests as follows:
Order notifications will be sent to the registered endpoint as http requests from the ip `3.14.56.90`. The structure of the requests is as follows:

```jsx
method: POST
Expand All @@ -34,5 +34,5 @@ Orders can be filtered by various fields. For quoters, the most common use case


## Request a Webhook
To register your webhook endpoint, please reach out in [UniswapX Fillers - Discussion](https://t.me/UniswapXdiscussion).
To register your webhook endpoint, please fill out our [onboarding form](https://forms.gle/FtqVhSinod9fZDNH8). Reach out in the [UniswapX Fillers - Discussion](https://t.me/UniswapXdiscussion) Telegram group with any questions.

0 comments on commit 19585ac

Please sign in to comment.