https://github.com/frixoe/hyperliquid-rust-sdk-utils
https://github.com/frixoe/hyperliquid-rust-sdk-utils
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/frixoe/hyperliquid-rust-sdk-utils
- Owner: Frixoe
- Created: 2024-07-02T09:44:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T03:23:51.000Z (over 1 year ago)
- Last Synced: 2025-05-08T03:06:12.062Z (about 1 year ago)
- Language: Rust
- Size: 136 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hyperliquid-rust-sdk-utils
This crate is a utility built on top of the [hyperliquid-rust-sdk](https://github.com/hyperliquid-dex/hyperliquid-rust-sdk).
Features:
- Parsing the data coming from the API and returning it in a much more readable way.
- Provides helper functions to create a streaming channel allowing you to stream perps and spot prices.
## Add to your project
NOTE: This can only be done once a new version is pushed and the crate is published
```bash
cargo add hyperliquid-rust-sdk-utils
```