Skip to content

CamonZ/catalx_websocket_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebsocketExample

Simple websocket examples to connect to catalyx exchange

Running it

With an elixir version installed run mix deps.get, then mix compile to fetch dependencies and compile the project.

Once that's setup run the REPL with iex -S mix

In the REPL spawn one of the websocket clients via:

{:ok, pid} = WebsocketExample.MarketDataClient.start_link

or alternatively add you API key and secret in user_data_client.ex then spawn that client via

{:ok, pid} = WebsocketExample.UserDataClient.start_link

About

Simple example of a websocket client for Catalx realtime data updates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages