ExFtx An APIs client for FTX exchange. APIs document is here. Installation The package can be installed by adding ex_ftx to your list of dependencies in mix.exs: def deps do [ {:ex_ftx, "~> 0.1.0", github: "acuityinnovations/ex_ftx", branch: "main"}, ] end