Skip to content

ocean-avenue/binance-orderbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

binance-orderbook

πŸ“Š Visualize binance order book data fetched from API

Should support binance, binance.future and binance.us, config sample:

const config = {
  symbol: "btcusdt",
  depthUrl: "https://fapi.binance.com/fapi/v1/depth",
  depthLimit: "1000",
  wsAddress: "wss://fstream.binance.com/ws",
  wsSpeed: "500ms",
}

See demo here: https://binance-orderbook.web.app/

About

πŸ“Š Visualize binance order book data fetched from API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages