Peter Lai

Results 244 comments of Peter Lai

Hi @TheSman122333 We didn't set positions in fetchBalance, that's exchange specific response (phemex). You can use fetchPositions instead.

you can find code in our examples: https://github.com/ccxt/ccxt/blob/master/examples/py/bybit-positions.py

Hi @fl0wo, It depends on exchange, eg. you can use privateGetV5UserQueryApi to check permission in bybit. To send test order in binance, it only support spot / margin market, and...

@carlosmiei Oh, but I got weird issue when implement watchOrders...... And bitopro had changed their ws url recently. I can submit another to update bitopro ws url (bug fix #20928).

Hi @maoxiaoyun1963 There is vwap in ticker structure, the value wouldn't be empty if exchange return. @carlosmiei how do you think we add another volume in ohlcv data?

Hi @L1nkus, We're working on it, PR: ccxt/ccxt#20590.

Hi @KindSpidey It worked, would you like to paste request / response from exchange (`verbose: true`)? Remember to remove sensitive information.

Hi @brootas Looks like they had migrated coinbase pro (https://www.coinbase.com/blog/hello-advanced-trade-goodbye-coinbase-pro), and the api seems different (can't use coinbase pro). We'll update asap.