Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/node-binance-api
/ example.js
File
example.js
examples/example.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
binance = require(
'../node-binance-api.js'
);
2
binance.options({
3
'APIKEY'
:
'<api key>'
,
4
'APISECRET'
:
'<api secret>'
Callers
nothing calls this directly
Calls
9
options
Method · 0.80
prices
Method · 0.80
log
Method · 0.80
balance
Method · 0.80
sortBids
Method · 0.80
sortAsks
Method · 0.80
first
Method · 0.80
candlesticks
Method · 0.65
depthCache
Method · 0.65
Tested by
no test coverage detected