An open API service indexing awesome lists of open source software.

https://github.com/cakevm/uniswapx-client-rs

Async UniswapX REST API client
https://github.com/cakevm/uniswapx-client-rs

Last synced: 20 days ago
JSON representation

Async UniswapX REST API client

Awesome Lists containing this project

README

          

# UniswapX REST API client

This crate provides an async client for interacting with the [UniswapX REST API](https://beta.api.uniswap.org/v2/uniswapx/docs).

# Usage
See the [examples](./examples) directory for usage examples.

# Missing features
- [ ] Support for order type `Priority`
- [ ] Support for order type `Relay`

# License
This project is licensed under the [Apache 2.0](./LICENSE).