MCPcopy 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

3const client = new Binance({test: true, httpsProxy: 'http://188.245.226.105:8911'})
4
5async function main() {
6 const ticker = await client.prices('BTCUSDT')
7 console.log(ticker)
8}
9
10main()

Callers 1

test-cjs.cjsFile · 0.70

Calls 2

pricesMethod · 0.80
logMethod · 0.80

Tested by

no test coverage detected