Access the official API documentation here: https://docs.backpack.exchange/.
This repository contains API clients for Backpack Exchange. Currently, only a Rust client is available. For more details, see the Rust Client README.
Example of an Order Book
Assuming Rust and Cargo are installed via rustup:
- Navigate to the Rust Folder:
cd rust - Install just:
cargo install just
- Build All Packages:
just build
- Move to the Examples Directory:
cd examples
For detailed instructions on running the examples, including configuring environment variables, see the Examples README.
We welcome contributions from the community!
Feel free to open bug reports, suggest new features, or submit pull requests to improve the client and related components.
This project is licensed under the Apache 2.0 License.

