8 releases

new 0.5.1 Jan 15, 2025
0.5.0 Nov 15, 2024
0.2.0 Aug 21, 2024
0.1.5 Aug 19, 2024
0.1.1 Jan 26, 2024

#48 in Magic Beans

Download history 385/week @ 2024-09-27 3978/week @ 2024-10-04 3558/week @ 2024-10-11 2082/week @ 2024-10-18 4389/week @ 2024-10-25 3092/week @ 2024-11-01 2467/week @ 2024-11-08 2373/week @ 2024-11-15 1678/week @ 2024-11-22 2350/week @ 2024-11-29 2042/week @ 2024-12-06 1528/week @ 2024-12-13 1885/week @ 2024-12-20 1736/week @ 2024-12-27 2353/week @ 2025-01-03 1824/week @ 2025-01-10

8,054 downloads per month
Used in bpx-api-client

Apache-2.0

15KB
433 lines

Backpack Exchange API

Backpack

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.

Order Book example

Example of an Order Book

Contributing

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.

License

This project is licensed under the Apache 2.0 License.


lib.rs:

Types module for the Backpack Exchange API.

This module contains various types used across the Backpack Exchange API, including enums and structs for capital, markets, orders, trades, and user data.

Dependencies

~1.7–2.6MB
~49K SLoC