An open API service indexing awesome lists of open source software.

https://github.com/strader07/py-orderbook

Custom maket data archiver into level 2 order books
https://github.com/strader07/py-orderbook

api-client cryptocurrency cryptocurrency-exchanges level2 market-data orderbook parquet poetry python3

Last synced: about 1 month ago
JSON representation

Custom maket data archiver into level 2 order books

Awesome Lists containing this project

README

        

### Desciption
It is a custom order book build template, easy to customize based on custom datafeed and available APIs.

Before using this template, make sure to look into config module and data feed client, where it pulls market data from public API endpoint.

### Run:
```bash
poetry run python main.py
```

### Update poetry packages:
```bash
poetry update
```