Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
Binance = require(
'./node-binance-api.js'
);
2
3
async
function
run() {
4
const
exchange =
new
Binance();
5
const
res =
await
exchange.futuresTime();
6
console.log( res );
7
}
8
9
10
run();
Callers
1
demo.js
File · 0.85
Calls
2
futuresTime
Method · 0.95
log
Method · 0.80
Tested by
no test coverage detected