File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ Import the module and create a new client. Passing api keys is optional only if
2828you don't plan on doing authenticated calls. You can create an api key
2929[ here] ( https://www.binance.com/userCenter/createApi.html ) . If you want to create demo/testnet keys click [ here] ( https://demo.binance.com/ )
3030
31+
3132``` js
3233import Binance from ' binance-api-node'
3334
@@ -91,6 +92,7 @@ client.ws.ticker('BTCUSDT', ticker => console.log(ticker))
9192```
9293
9394** Notes:**
95+ - ` binance-api-node ` fully supports the new algo service introduced on the Decemeber 9th of 2025
9496- Proxy support is only available in Node.js environment
9597- Browsers use system/OS proxy settings automatically
9698- Supports HTTP and HTTPS proxies (use ` http:// ` or ` https:// ` protocol)
Original file line number Diff line number Diff line change 11{
22 "name" : " binance-api-node" ,
3- "version" : " 0.13.3 " ,
3+ "version" : " 0.13.5 " ,
44 "description" : " A node API wrapper for Binance" ,
55 "main" : " dist" ,
66 "browser" : {
1515 },
1616 "files" : [
1717 " dist" ,
18- " index.d.ts"
18+ " index.d.ts" ,
19+ " types"
1920 ],
2021 "scripts" : {
2122 "build" : " rm -rf dist && babel src -d dist" ,
You can’t perform that action at this time.
0 commit comments