Crates.io | rs_bybit |
lib.rs | rs_bybit |
version | 0.2.4 |
source | src |
created_at | 2024-02-18 12:12:26.399811 |
updated_at | 2024-06-28 15:31:00.851672 |
description | Bybit V5 API bindings in Rust |
homepage | |
repository | https://github.com/unkuseni/bybit-rs |
max_upload_size | |
id | 1144024 |
size | 272,419 |
This is simply a bybit V5 api connector using binance-rs implementation, Some parts of the api have not been completed yet...Anyone is welcome to branch/fork the repository and add their own upgrades. If you think you've made substantial improvements to the module, submit a pull request and we'll gladly take a look.
this module can be installed by adding the following to your Cargo.toml
:
[dependencies]
rs_bybit = "*"
Take a look at tests for usage.
if you have any issues contact me on twitter @unkuseni
It is a personal project, use at your own risk. I will not be responsible for your investment losses. Cryptocurrency investment is subject to high market risk.
Some part of the project is still under development. Please check back later for updates.
...ACCOUNT RELATED FUNCTIONS ARE STILL UNDER DEVELOPMENT. ...ASSET RELATED FUNCTIONS ARE STILL UNDER DEVELOPMENT.
I like the project design of binance-rs and decided to use it. You might stumble upon some changes where both projects differ.