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

https://github.com/frixoe/hyperliquid-rust-sdk-utils


https://github.com/frixoe/hyperliquid-rust-sdk-utils

Last synced: about 1 year ago
JSON representation

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
```