https://github.com/veeso/bitpanda_api_ex
Elixir Bitpanda API client
https://github.com/veeso/bitpanda_api_ex
bitpanda bitpanda-webapi elixir elixir-lang
Last synced: over 1 year ago
JSON representation
Elixir Bitpanda API client
- Host: GitHub
- URL: https://github.com/veeso/bitpanda_api_ex
- Owner: veeso
- License: mit
- Created: 2022-10-13T15:44:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T11:21:39.000Z (over 3 years ago)
- Last Synced: 2025-01-25T23:03:37.664Z (over 1 year ago)
- Topics: bitpanda, bitpanda-webapi, elixir, elixir-lang
- Language: Elixir
- Homepage: https://hex.pm/packages/bitpanda_api
- Size: 58.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Bitpanda API ex
~ Elixir Bitpanda Public API client ~
Developed by @veeso
Current version: 0.1.0 (16/10/2022)
---
- [Bitpanda API ex](#bitpanda-api-ex)
- [About bitpanda_api_ex ๐ผ](#about-bitpanda_api_ex-)
- [Get started ๐](#get-started-)
- [Add bitpanda_api_ex to your mix.exs ๐งช](#add-bitpanda_api_ex-to-your-mixexs-)
- [Documentation ๐](#documentation-)
- [Support the developer โ](#support-the-developer-)
- [Contributing and issues ๐ค๐ป](#contributing-and-issues-)
- [Changelog โณ](#changelog-)
- [License ๐](#license-)
---
## About bitpanda_api_ex ๐ผ
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
---
## Get started ๐
### Add bitpanda_api_ex to your mix.exs ๐งช
```exs
{:bitpanda_api, "~> 0.1.0"},
```
---
## Documentation ๐
The developer documentation can be found on Rust Docs at
---
## Support the developer โ
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:
[](https://ko-fi.com/veeso)
[](https://www.paypal.me/chrisintin)
[](https://btc.com/bc1qvlmykjn7htz0vuprmjrlkwtv9m9pan6kylsr8w)
[](https://blockchair.com/litecoin/address/ltc1q89a7f859gt7nuekvnuuc25wapkq2f8ny78mp8l)
---
## 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_ex, feel free to open an issue or a PR.
Please follow [our contributing guidelines](CONTRIBUTING.md)
---
## Changelog โณ
View bitpanda_api_ex's changelog [HERE](CHANGELOG.md)
---
## License ๐
bitpanda_api_ex is licensed under the MIT license.
You can read the entire license [HERE](LICENSE)