constsz / OrderBookRecorder

Records Order Book snapshots over a period of time into CSV files. Works for USDT pairs on Binance.

Repository from Github https://github.comconstsz/OrderBookRecorderRepository from Github https://github.comconstsz/OrderBookRecorder

Order Book Recorder

Records Order Book snapshots tick data into CSV files.

Currently works for USDT pairs on Binance.

Settings

Open settings.json and fill in desired symbols. Please list only base pairs. Do not write "USDT", program adds it automatically.

(i) Api Keys are not required for current functionality, made it just for the future. To fill in Api Key: Follow .env_example and create .env file in the same folder.

Output file name example

2022_11_30__BTCUSDT.csv

[timestamp, side, price, quantity],
[timestamp, side, price, quantity],
[...] 

About

Records Order Book snapshots over a period of time into CSV files. Works for USDT pairs on Binance.


Languages

Language:Go 100.0%