MCPcopy Create free account
hub / github.com/ccxt/node-binance-api / main

Function main

examples/binanceStreams.js:4–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3
4async function main() {
5 const binance = new Binance({
6 APIKEY: '',
7 APISECRET: '',
8 test: true
9 });
10 const logger = (message) => {
11 console.log(message);
12 }
13 binance.tradesStream("BTCUSDT", logger);
14}
15
16main()

Callers 1

binanceStreams.jsFile · 0.70

Calls 1

tradesStreamMethod · 0.95

Tested by

no test coverage detected