T. Todua
T. Todua
@carlosmiei have been fighting with c# issues here for a while, still couldnt finish and need some more time. other langs tested fine.
@carlosmiei wdyt what's remaining on this PR?
I've checked this and `1 call per 1525 seconds` is a bug and we will try to fix it. in real numbers (approximately), on spot markets, querying `without symbol` `takes...
@seeyoul8r also note, rate-limit are weight-oriented, rather than time-oriented. my above comment/example would be true when user does not make any queries within that period. however, if you are also...
unfortuantely, there does not seem to be "fetchTickers" possible at this moment, however, there is possible to use "watchTickers" and i've linked a PR what could implement it in ccxt....
@gaardiolor I've pushed a PR that implements fetchTickers, however fetchTicker derivation from fetchOrderBook will not be correct implementation from ccxt side. it needs to be done in userland 'logic'. maybe...
@skuvv can you tell, whether the update we made in bitget to handle incoming margin orders too, also fixed this issue?
also I see you had these commented (and then manually directing incoming topics into handleOrder, if the topic name started with `orders` phrase): ``` //{ "orders-algo", this.handleOrder }, //{ "orders-crossed",...
so, can you please clarify, did those updates also fixed this problem? if so, we can close this issue.
@carlosmiei this seems ready, right?