Peter Lai
Peter Lai
Hi @x1i4b1x2 The default endTime is `now()`, which exceeds the 90 days limit in bitget. This would work (90 days): https://[api.bitget.com/api/v2/mix/market/candles?symbol=BTCUSDT&granularity=1Dutc&startTime=1707609599999&endTime=1715385599999&productType=USDT-FUTURES](https://api.bitget.com/api/v2/mix/market/candles?symbol=BTCUSDT&granularity=1Dutc&startTime=1707609599999&endTime=1715385599999&productType=USDT-FUTURES). Before we update library (checking the limitation), can you...
@edwardchenchen That's interesting. And when I set the right timestamp with until, the data is weird. ```BASH bitget GET https://api.bitget.com/api/v2/spot/market/candles?symbol=ACEUSDT&granularity=1Dutc&limit=1000&startTime=1707901200000&endTime=1707908400000 200 OK ResponseBody: {"code":"00000","msg":"success","requestTime":1708157298398,"data":[["1707868800000","9.3206","10.9891","9.18","10.7388","29317.75","300355.318193","300355.318193"]]} ```
Hi @Unchanged-Is-Changed http-proxy-agent plugin is for nodejs. Did you install ccxt with npm? I can take a look locally.
It works for me with vue3 cli, is there any way I can reproduce locally?
@BEEBSDONE it works for me, I got message when transfer USDT from spot to swap wallet. How do you change your spot balance?
@gelono cool, actually ccxt had set networks in currency, you can find in `exchange.currency('USDT')`. Let us know if you have other issue.
@BingBong1234567898765321 I think you can use this symbol instead `BTC/USDT:USDT`.
@stash86 thanks, we'll fix this asap.
@angrymilk any script that we can reproduce this?
@mjwvb thanks, I think it's a known issue when netUpdates is true. We'll fix this asap