X2Y2 API client for Elixir
Add the ex_x2y2
package to your list of dependencies in mix.exs
:
def deps do
[
{:ex_x2y2, "~> 0.0.3"}
]
end
- Erlang 22+
- Elixir 1.13+
https://x2y2-io.github.io/api-reference
-
GET /v1/orders
-
GET /v1/events
-
GET /v1/offers
-
GET /v1/contracts/{contract}
-
GET /v1/contracts/{contract}/stats
https://docs.x2y2.io/developers/api
-
GET /api/orders
-
POST /api/orders/sign
-
POST /api/orders/cancel
-
POST /api/orders/add
-
POST /api/contracts/payment_info
- Alex Kwiatkowski - alex+git@fremantle.io
ex_x2y2
is released under the MIT license