Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide IP for Webhooks #719

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading