CryptoExcel
Crypto Excel » Docs_functions Watch Trades
Streams live trades from a selected exchange and trading pair into Excel in real time.
=ST_WATCH_TRADES ( exchange, symbol, [sec], [reverse], [Max_rov], [precision])
Required: Y
Description: Exchange name (e.g., binance, coinbase, kraken)
Example: “binance”
Description: Trading pair
Example: “BTC/USDT”
Required: N default 0
Description: Update time in seconds
Example: 2.5
Description: Time order
Example: 0 or 1
Required: N default 50
Description: Max number of rows/trades
Example: 10
Description: Milliseconds time stamp
* Some Exchange do not provide this value
D: down. U: Up
Trade Price up to 10 decimals
Trade size
Timestamp or millisecond timestamp
D: down. U: Up* Some Exchange do not provide this value
This function uses a WebSocket connection and does not consume your rate limit
Tip. Use st_watch_requests() to monitor your requests.