We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1406b5 commit 00911fbCopy full SHA for 00911fb
tests/package-test/test-cjs.cjs
@@ -1,6 +1,6 @@
1
const Binance = require('node-binance-api');
2
3
-const client = new Binance({test: true})
+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')
tests/package-test/test-esm.mjs
@@ -1,5 +1,5 @@
import Binance from 'node-binance-api'
const ticker = await client.bookTickers('BTCUSDT')
0 commit comments