Crypto Excel » Docs_functions Watch Book
Streams books from a selected exchange and trading pair into Excel in real time.
=ST_WATCH_BOOK( exchange, symbol, [sec], [Max_rov])
| Parameter | Required | Description | Example |
| Exchange | Y | Exchange name (e.g., binance, coinbase, kraken, my_exc) | “binance” |
| Symbol | Y | Trading pair | “BTC/USDT” |
| Sec | N. Default 2 | Update time in seconds | 2.5 |
| Max Row | N Default 50 | Max Number of rows/trades | 10 |
Required: Y
Description: Exchange name (e.g., binance, coinbase, kraken)
Example: “binance”
Required: Y
Description: Trading pair
Example: “BTC/USDT”
Required: N default 0
Description: Update time in seconds
Example: 2.5
Required: N default 50
Description: Max number of rows/trades
Example: 10
| Value | Description |
| Side | Bid/Ask |
| Price | Book Price up to 8 decimals |
| Size | Bid/Ask size |
| Tot | Cumulative sum of order book size |
Bid/Ask
Book Price up to 10 decimals
Bid/Ask size
Cumulative sum of order book size
This function uses a WebSocket connection and does not consume your rate limit
Tip. Use st_watch_requests() to monitor your requests.
The Watch Book function helps you understand the strength of buyers and sellers. When requesting the same symbol for Multiple Exchanges you can spot arbitrage opportunity