~ Elixir Bitpanda Public API client ~
Developed by @veeso
Current version: 0.1.0 (16/10/2022)
Bitpanda API is an Elixir library to send GET requests to the Bitpanda User and Public APIs.
These requests are useful to:
- collect all the available assets on bitpanda
- collect the OHLC chart for a certain asset
- collect the user's trades
- collect the balance in each user's wallet
{:bitpanda_api, "~> 0.1.0"},
The developer documentation can be found on Rust Docs at https://hexdocs.pm/bitpanda_api/BitpandaApi.html
If you like bitpanda_api_ex 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:
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_ex, feel free to open an issue or a PR.
Please follow our contributing guidelines
View bitpanda_api_ex's changelog HERE
bitpanda_api_ex is licensed under the MIT license.
You can read the entire license HERE