README.md

# ExGateIo
[![Build Status](https://github.com/fremantle-industries/ex_gate_io/workflows/test/badge.svg?branch=main)](https://github.com/fremantle-industries/ex_gate_io/actions?query=workflow%3Atest)
[![hex.pm version](https://img.shields.io/hexpm/v/ex_gate_io.svg?style=flat)](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)