bitpanda-api
About bitpanda-api 🐼
bitpanda-api is a Rust client library for Bitpanda API. The library supports both the "private API" which requires the APIKEY and the public API. These data are exposed:
- Public API
- Get assets
- Get OHLC for asset
- Private API
- Get transactions
- Get trades
- Get wallets
Get started 🏁
Add bitpanda-api to your Cargo.toml 🦀
= "^0.1.0"
Query Bitpanda
use Client;
use AssetClass;
use Period;
async
Documentation 📚
The developer documentation can be found on Rust Docs at https://docs.rs/bitpanda-api
Support the developer ☕
If you like bitpanda-api and you're grateful for the work I've done, please consider a little donation 🥳
You can make a donation with one of these platforms:
Contributing and issues 🤝🏻
Contributions, bug reports, new features and questions are welcome! 😉 If you have any question or concern, or you want to suggest a new feature, or you want just want to improve bitpanda-api, feel free to open an issue or a PR.
Please follow our contributing guidelines
Changelog ⏳
View bitpanda-api's changelog HERE
License 📃
bitpanda-api is licensed under the MIT license.
You can read the entire license HERE