Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/node-binance-api
/ main
Function
main
tests/package-test/test-cjs.cjs:5–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
const
client =
new
Binance({test: true, httpsProxy:
'http://188.245.226.105:8911'
})
4
5
async
function
main() {
6
const
ticker =
await
client.prices(
'BTCUSDT'
)
7
console.log(ticker)
8
}
9
10
main()
Callers
1
test-cjs.cjs
File · 0.70
Calls
2
prices
Method · 0.80
log
Method · 0.80
Tested by
no test coverage detected