Skip to content

ParadigmFoundation/go-obm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Order Book Manager (OBM)

The OBM aggregates different exchanges and exposes them through a single API It provides two binaries:obm and obm-ui.

Installation

Building from source

go install github.com/ParadigmFoundation/go-obm/cmd/obm

# optional
go install github.com/ParadigmFoundation/go-obm/cmd/obm-ui

Usage

OBM currently supports coinbase, gemini and binance. You can subscribe to one or more exchange using the flag --exchange with the syntax --exachange=<name>:<symbol>[,symbol|...] For example to subscribe to the pair BTC/USD on coinbase and BTC/USDT and ETH/USDT on binance use:

obm --exchange=coinbase:BTC/USD --exchange=binance:ETH/USDT,BTC/USDT

Once the obm service is running, you can check it's working running obm-ui

About

Crypto Orderbook Manager aggregator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages