Commit Graph

18 Commits

Author SHA1 Message Date
Maximilian Schneider c0a3b9b805 reformat 2021-07-02 17:56:01 +02:00
Riordan Panayides c6c3240cbf
Add INTERVAL documentation 2021-06-20 20:48:13 +01:00
Riordan Panayides 67cfb18715
Merge pull request #2 from blockworks-foundation/add-interval-env
Add environment variable to control refresh interval
2021-06-20 20:14:25 +01:00
Riordan Panayides adf9166610 Add environment variable to control refresh interval 2021-06-20 20:08:04 +01:00
Tyler 0e7046785e
Merge pull request #1 from blockworks-foundation/fix-newevents
Limit new events length to prevent overflow
2021-06-20 12:06:31 -04:00
Riordan Panayides 740b36f260 Limit new events length to prevent overflow 2021-06-20 17:03:45 +01:00
Maximilian Schneider 342cadfe87 improver serum event queue tracking 2021-05-31 13:33:39 +03:00
Maximilian Schneider 0a3b9b2523 stop recording wrapped v3 markets 2021-05-21 12:14:46 +03:00
Maximilian Schneider 2df5ad805e add documentation for env variables to README 2021-05-04 16:22:29 +03:00
Maximilian Schneider d2a7e3d09a make RPC endpoint configurable from env 2021-05-04 15:24:34 +03:00
Maximilian Schneider 9450215b8c increase redis connection limit through env 2021-05-04 13:36:37 +03:00
Tyler Shipe 20e8a4a110 move markets to nativeV3 object 2021-04-27 09:27:38 -04:00
Tyler Shipe db7b2d5ab1 remove v2 markets and add v3 markets 2021-04-26 23:32:30 -04:00
Maximilian Schneider 881944d0f3 add more timeranges to history 2021-04-23 22:41:26 +03:00
Maximilian Schneider 9761a88264 add 🧢 history 2021-04-07 23:44:21 +02:00
Maximilian Schneider 8ee25e6a33 publish with README & LICENSE 2021-04-07 00:23:26 +02:00
Maximilian Schneider 0eb97ecc52 implement tradingview endpoints
* snap candles to period boundaries
* reverse order of trade history
* fetch from serum v3 & v2
* integrate native & wrapped tether markets
2021-04-07 00:10:20 +02:00
Maximilian Schneider 3c7c56b371 Trade Collector for serum
* collects from spot_markets defined in @mango/client IDS
* fetches loadFills endpoint every 5 seconds
* stores trades as base64 encoded blobs in redis lists per symbol&day
2021-02-15 13:42:34 +01:00