Skip to content

fremantle-industries/ex_x2y2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExX2Y2

Build Status hex.pm version

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"}
  ]
end

Requirements

  • Erlang 22+
  • Elixir 1.13+

REST API

https://x2y2-io.github.io/api-reference

Orders

  • GET /v1/orders

Events

  • GET /v1/events

Offers

  • GET /v1/offers

Contracts

  • GET /v1/contracts/{contract}
  • GET /v1/contracts/{contract}/stats

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

License

ex_x2y2 is released under the MIT license

About

X2Y2 API client for Elixir

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages