Skip to content

Commit

Permalink
feat: link out to swagger documentation from UniswapX docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rileydcampbell committed Aug 10, 2023
1 parent 8c1874c commit 298c219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contracts/uniswapx/guides/createFiller.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For convenience, we’ve provided an [example Executor Contract](https://github.

## 2. Retrieve & Execute Signed Orders

All signed orders created through the Uniswap UI will be available via the UniswapX Orders Endpoint:
All signed orders created through the Uniswap UI will be available via the UniswapX Orders Endpoint. We have swagger documentation linked [here](https://api.uniswap.org/v2/uniswapx/docs), but see below for an example curl.

```
GET https://api.uniswap.org/v2/orders?orderStatus=open&chainId=1&limit=1
Expand Down

0 comments on commit 298c219

Please sign in to comment.