Claire's Monster
Claire's Monster
@ajjcoppola , great, I think you could use `gh pr checkout 6458` in your local dev directory. You may need to install `gh` with `conda install gh` and set the...
@ajjcoppola So this is not an implementation of the full Coinbase Advanced trade API, but only the subset needed by hummingbot. It implements both the REST and the Websocket needed...
@ajjcoppola You have to make sure that you are using Coinbase Advanced Trade and have a API key for that exchange. CoinbasePro is a different exchange. Everything for the Advanced...
@zethereumGmail Welcome onboard, wow, I better be on my best behavior moving forward. So, nothing points to an issue with the Coinbase Advanced Trade connector yet. The error you get...
@zethereumGmail @ajjcoppola Ok, something is unexpectedly wrong, It seems that several connections between hummingbot and the connector are missing, for example, even though the user stream reports it is running...
I could give it a try, I had started looking into it with the template. The Advanced Trading AP is completely new, with many methods changed/replaced. Some devs have complained...
Hi @nikspz , I have started the pre-work. I am progressing a bit slowly due to concurrent items on my plate.
@nikspz Most of the implementation is completed. A few details are still investigated due to gaps in their documentation and unavailability of sandbox. Currently going through the tests as pipe-cleaning....
Oh right, gonna start on it
Very nice. Note that Coinbase is actively adding features to their API, as it's being developed (like a REST method for order book snapshot, heartbeats for websocket, new channels). This...