Peter Lai
Peter Lai
@timofurrer It seems `Host` contains host and port https://pkg.go.dev/net/url#URL, but I think they may miss schema here. Based on this spec https://datatracker.ietf.org/doc/html/rfc6454#section-3.2, the schema is required.
@quantitative-technologies Thanks for reporting this. I'll fix this asap. Updated: The issue was fixed. Can you upgrade ccxt?
@ryancwalsh I don't think ccxt show staking balance in other exchange. You may need to call another api for the staking balance, not sure whether coinbase has that. For example,...
Hi @wheatley81, Thanks for this report. If there's api to fetch historical kline data, we'll integrate this. However, I didn't see find that in https://github.com/phemex/phemex-api-docs/tree/master. Let me know if you...
Hi @xmatthias Looks like kraken added and returned trade_id 1340. We probably can overwrite the last id. How do you think @carlosmiei ?
@TheDon27 The balance api works different in coinbase. I wonder if the accounts number passed the max limit (https://github.com/ccxt/ccxt/issues/8033).
@ruslanZhezh To enable `sandboxMode`, I suggest to use `exchange.setSandboxMode(true)`. It works for me if the payload is sent to the correct server.
Hi @day-xy, The exchange support reload market, you can call load market directly in code. ``` await loadMarkets (true) ```
@KhushbirD Could you paste code or log?
@KhushbirD Let me test it. BTW, have you try to use `watch_my_trades` only?