Categorygithub.com/ParadigmFoundation/go-obm
modulepackage
0.1.0
Repository: https://github.com/paradigmfoundation/go-obm.git
Documentation: pkg.go.dev

# README

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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author

# Structs

Entry
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author