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