ccxws icon indicating copy to clipboard operation
ccxws copied to clipboard

Simultaneous trades + L2 subscription doesn't work on Gemini

Open evan-coygo opened this issue 5 years ago • 1 comments

Exchange Gemini

Subscription type Simultaneous L2 and trades subscription.

Describe the bug Trades and order book data come from the same subscription on the Gemini API. When you try to subscribe to both using ccxws, it will only work for one and the second one will stop receiving updates.

To Reproduce Steps to reproduce the behavior:

  1. Create a new Gemini client.
  2. Subscribe to btcusd trades.
  3. Subscribe to btcusd L2 updates.

Expected behavior Both subscriptions receive updates. Only one of them actually does.

evan-coygo avatar Dec 17 '19 22:12 evan-coygo

my workaround for this was to just create two separate Gemini clients, one for order book data and another for trades

evan-coygo avatar Jun 04 '20 18:06 evan-coygo