README.md
# ExCoinglass
[](https://github.com/fremantle-industries/ex_coinglass/actions?query=workflow%3Atest)
[](https://hex.pm/packages/ex_coinglass)
FTX API Client for Elixir
## Installation
Add the `ex_coinglass` package to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_coinglass, "~> 0.0.1"}
]
end
```
## Requirements
- Erlang 22+
- Elixir 1.11+
## API Documentation
https://coinglass.github.io/API-Reference/#general-info
## REST API
#### Futures
- [ ] `GET https://open-api.coinglass.com/api/pro/v1/futures/openInterest`
- [ ] `GET https://open-api.coinglass.com/api/pro/v1/futures/openInterest/chart`
- [ ] `GET https://open-api.coinglass.com/api/pro/v1/futures/liquidation_chart`
- [ ] `GET https://open-api.coinglass.com/api/pro/v1/futures/liquidation/detail/chart`
- [ ] `GET https://open-api.coinglass.com/api/pro/v1/futures/longShort_chart`
- [ ] `GET https://open-api.coinglass.com/api/pro/v1/futures/funding_rates_chart`
- [ ] `GET https://open-api.coinglass.com/api/pro/v1/futures/vol/chart`
#### Options
- [ ] `GET https://open-api.coinglass.com/api/pro/v1/option/openInterest`
- [ ] `GET https://open-api.coinglass.com/api/pro/v1/option/openInterest/history/chart`
- [ ] `GET https://open-api.coinglass.com/api/pro/v1/option/vol/history/chart`
## Authors
- Alex Kwiatkowski - alex+git@fremantle.io
## License
`ex_coinglass` is released under the [MIT license](./LICENSE)