get_market_depth
Retrieve real-time order book data with bid and ask prices and quantities for stock and crypto symbols. Supports multiple market types.
Instructions
Get real-time order book / market depth (bid/ask levels) for given symbols. Returns arrays of bid and ask prices with their quantities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codes | Yes | Comma-separated symbol codes (e.g. 'AAPL.US,MSFT.US'). | |
| market_type | No | Market type to query. | stock |