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

https://github.com/hsnice16/populate-order-book-depth

Ensures the order book has sufficient depth, tight spreads, and proper liquidity distribution to create a stable and active trading environment.
https://github.com/hsnice16/populate-order-book-depth

nodejs script

Last synced: 10 months ago
JSON representation

Ensures the order book has sufficient depth, tight spreads, and proper liquidity distribution to create a stable and active trading environment.

Awesome Lists containing this project

README

          

# Populate Order Book Depth

Ensures the order book has sufficient depth, tight spreads, and proper liquidity distribution to create a stable and active trading environment.

---

## 🔌 Getting Started

1. Clone the repository on your local machine with the command below in your terminal, and cd into the `populate-order-book-depth` folder.

```shell
git clone https://github.com/hsnice16/populate-order-book-depth.git

cd populate-order-book-depth
```

2. Install dependencies.

```shell
npm install
```

3. Run the code.

```shell
node index.mjs
```