README.md
# ExGateIo
[](https://github.com/fremantle-industries/ex_gate_io/actions?query=workflow%3Atest)
[](https://hex.pm/packages/ex_gate_io)
Gate.io API Client for Elixir
## Installation
Add the `ex_gate_io` package to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_gate_io, "~> 0.0.1"}
]
end
```
## Requirements
- Erlang 22+
- Elixir 1.10+
## API Documentation
https://www.gate.io/docs/apiv4/en/index.html#gate-api-v4
## Authors
- Alex Kwiatkowski - alex+git@fremantle.io
## License
`ex_gate_io` is released under the [MIT license](./LICENSE)