An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Bitpanda API ex

~ Elixir Bitpanda Public API client ~



Get started
ยท
Documentation

Developed by @veeso


Current version: 0.1.0 (16/10/2022)


License-MIT
Repo stars
version

Ko-fi



Build CI
Coveralls

---

- [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:

[![ko-fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/veeso)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://www.paypal.me/chrisintin)
[![bitcoin](https://img.shields.io/badge/Bitcoin-ff9416?style=for-the-badge&logo=bitcoin&logoColor=white)](https://btc.com/bc1qvlmykjn7htz0vuprmjrlkwtv9m9pan6kylsr8w)
[![litecoin](https://img.shields.io/badge/Litecoin-345d9d?style=for-the-badge&logo=Litecoin&logoColor=white)](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)