bmoscon / cryptofeed

Cryptocurrency Exchange Websocket Data Feed Handler
Other
2.21k stars 682 forks source link

Coinbase migration to Advanced Trade #1005

Closed thomasbs17 closed 8 months ago

thomasbs17 commented 8 months ago

Integration of authentication for Coinbase and migration to Advanced Trade

Coinbase Advanced Trade API doc Coinbase Advanced Trade WS doc

Pending questions/points:

  1. I have only implemented the L2_BOOK and TRADES channels.
  2. When subscibing to the TRADES channel, a "snapshot" message is received. Do we want to consume that?
  3. The ticker channel no longer provides best bid/ask. It has been removed for now, I think we could choose from one of the below options for the update:
    • get rid of that callback
    • re-implement channel based on l2 book sub
    • implement the new callback in a different format from the other exchanges
thomasbs17 commented 8 months ago

@bmoscon PR updated to account for your review