Igor Kroitor
Igor Kroitor
@emacasa i'll try to reproduce using your code, will debug it and will post my results here asap.
@emacasa pardon for the delay on my side, will get to it soon and will post my findings here within 24-48h.
@quantitative-technologies please, post a reproducible snippet of your code that you use to initialize and subscribe to orderbooks (without your keys): - https://github.com/ccxt/ccxt/wiki/FAQ#what-is-required-to-get-help Issues like that can happen if you're...
Hi! Can you paste a snippet of code for some context? Which particular element in the order structure should be `uint8` in your case?
@allexx9 yep, it may be tricky... Also, we can't use toChecksumAddress without porting `web3.utils` to PHP. We will look into adding a generalization for the above use case to make...
> Then i can't correctly get a hash? Yes, we will add some edits to make that possible and will document those methods shortly. Hope to get to it asap.
@sc0Vu i think it could be something like: ```JavaScript client.reject (e, messageHash); client.reject (e, id); if (id in client.subscriptions) { delete client.subscriptions[id]; } if (messageHash in client.subscriptions) { delete client.subscriptions[messageHash];...
I don't know if there's any readily available solutions, however, manual mapping is unnecessary, if you follow the specs from https://github.com/ccxt/ccxt/wiki/Manual#markets, the mapping of base/quote symbols can be automated to...
@ttodua @TWP80 Please, check these related issues: - https://github.com/ccxt/ccxt/issues/6424 - https://github.com/ccxt/ccxt/issues/7066
It looks like Bybit will return an error message saying `Withdraw address chain or destination tag are not equal` if your address does not match the letter case of the...