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

Function run

demo.js:3–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const Binance = require( './node-binance-api.js' );
2
3async function run() {
4 const exchange = new Binance();
5 const res = await exchange.futuresTime();
6 console.log( res );
7}
8
9
10run();

Callers 1

demo.jsFile · 0.85

Calls 2

futuresTimeMethod · 0.95
logMethod · 0.80

Tested by

no test coverage detected