Skip to content

Commit

Permalink
feat: link out to swagger documentation from UniswapX docs. (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileydcampbell authored Aug 14, 2023
1 parent 8c1874c commit 478035a
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](https://api.uniswap.org/v2/uniswapx/docs) but see below for a quick example curl.

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

1 comment on commit 478035a

@vercel
Copy link

@vercel vercel bot commented on 478035a Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-uniswap.vercel.app
docs-git-main-uniswap.vercel.app
docs.uniswap.org

Please sign in to comment.