cryptoviz icon indicating copy to clipboard operation
cryptoviz copied to clipboard

GDAX Integration

Open Ameobea opened this issue 7 years ago • 5 comments

It would be great to support ingesting live data from the GDAX exchange on Cryptoviz. They have a websocket-based API and offer data in a similar format to Poloniex, so there shouldn't be a need for any large-scale changes to the tool's design.

Ameobea avatar Jun 19 '17 01:06 Ameobea

@Ameobea Hows the GDAX integration coming? 👍

ecomkings avatar Dec 29 '17 06:12 ecomkings

@ecomkings believe it or not, after like 6 months or something, I actually did some work on that just a couple of days ago. I'd really love to use the GTT Library to allow the site to support a whole bunch of exchanges without having to implement the websocket feeds manually, but it currently doesn't work in the browser and I'd have to contribute upstream there first.

I'm working on a project at my work right now that may end up making use of this tool, in which case I'll end up doing all of that and (hopefully) releasing it publicly as well. So, yeah, hope of this getting done is still very alive!

Ameobea avatar Dec 29 '17 07:12 Ameobea

@Ameobea That's awesome! I was looking for something to visualize/plot the order book and this seems to be perfect but I mainly use GDAX/Binance. Coinetic is also really amusing to watch, seems to be very slow for me when all the coins are selected and the prices don't appear on a lot of the coins, to bad it seems to be outdated. It would be cool if you could add multiple exchanges to this tool and possibly find patterns or trends sooner. Can this also plot the order books history over a days/weeks period of time?

ecomkings avatar Dec 29 '17 08:12 ecomkings

The method used for replaying stored data when switching between currencies (during same page load) could probably be easily leveraged into loading historical data. Long time frames might cause performance issues though?

ob-analytics can do heavy lifting of large time periods, if you're interested @ecomkings. But, honestly, who wants to deal with R haha..

stephenthoma avatar Dec 31 '17 21:12 stephenthoma

@stephenthoma Ooh, I've actually seen @ecomkings's blog post using that library. It was an amazing a read and an inspiration for Cryptoviz, actually!

The current tool could, with a few changes, be converted for processing historical data and displaying it. It would need to be preprocessed a bit for performance's sake, condensing very rapid changes as to avoid filling memory and lagging the entire tool.

Ameobea avatar Jan 01 '18 05:01 Ameobea