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
- Host: GitHub
- URL: https://github.com/cakevm/uniswapx-client-rs
- Owner: cakevm
- License: apache-2.0
- Created: 2024-09-16T14:51:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T09:09:39.000Z (over 1 year ago)
- Last Synced: 2024-10-27T10:18:47.567Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).