Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "smxt", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"main": "index.js", | ||
@@ -25,2 +25,3 @@ "author": "tradingtau", | ||
"bitcoin", | ||
"bitget", | ||
"bot", | ||
@@ -27,0 +28,0 @@ "btc", |
@@ -12,2 +12,3 @@ # SMXT – SiMple eXchange Trading | ||
- Binance Futures | ||
- Bitget Futures | ||
- Bybit Futures (Unified, cross, one-way mode) | ||
@@ -72,2 +73,8 @@ - Okx Futures | ||
let bitget = new smxt.Bitget( | ||
apiKey = "YOUR_API_KEY", | ||
apiSecret = "YOUR_API_SECERT", | ||
passphrase = "YOUR_PASSPHRASE" | ||
) | ||
let bybit = new smxt.Bybit( | ||
@@ -74,0 +81,0 @@ apiKey = "YOUR_API_KEY", |
117404
172