carlosmiei
carlosmiei
Same problem
All good (excluding the small issue in handleMarginMode) 🙂 ``` python cli.py binance fetchBalance '{"marginMode":"isolated"}' Python v3.9.7 CCXT v1.90.89 binance.fetchBalance({'marginMode': 'isolated'}) {'ADA/USDT': {'ADA': {'free': 0.0614, 'total': 0.0614, 'used': 0.0}, 'USDT':...
Working ✅ ``` p binance fetchBalance '{"marginMode":"isolated"}' Python v3.9.7 CCXT v1.91.101 binance.fetchBalance({'marginMode': 'isolated'}) {'ADA/USDT': {'ADA': {'free': 0.0614, 'total': 0.0614, 'used': 0.0}, 'USDT': {'free': 0.41343203, 'total': 10.91343203, 'used': 10.5}, 'free': {'ADA':...
✅ ✅ working fine, minor comments left ``` p bybit fetchBalance '{"marginMode":"cross"}' --spot --sandbox Python v3.9.7 CCXT v1.91.64 bybit.fetchBalance({'marginMode': 'cross'}) {'BTC': {'free': 0.00740141118, 'total': 0.00740141118, 'used': 0.0}, 'ETH': {'free': 0.07825167,...
@samgermain can you check the comments I left? very minor things but would like to hear your thoughts on them before merging
Hello @SimonTibra, you're right thanks for reporting it, we will fix it asap!
Hello @myehrajat, Not yet, but it will be soon. We don't have a specific date yet, but we're working hard to make it happen as soon as possible. > Is...
Hello @Kinzowa We're following the specs described in their docs (https://docs.ftx.com/#websocket-api) regarding ping-pong messages, so every 15 seconds we send a ping JSON message with this format: `{ 'op': 'ping'...
@Kinzowa you can't use it at all, or fails intermittently?
@Kinzowa How many streams are you listening? Using a few of them, I don't have any issues